Word.Interfaces.TrackedChangeCollectionLoadOptions interface
Contains a collection of Word.TrackedChange objects.
Remarks
Properties
| $all | Specifying |
| author | For EACH ITEM in the collection: Gets the author of the tracked change. |
| date | For EACH ITEM in the collection: Gets the date of the tracked change. |
| text | For EACH ITEM in the collection: Gets the text of the tracked change. |
| type | For EACH ITEM in the collection: Gets the type of the tracked change. |
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
author
For EACH ITEM in the collection: Gets the author of the tracked change.
author?: boolean;
Property Value
boolean
Remarks
date
For EACH ITEM in the collection: Gets the date of the tracked change.
date?: boolean;
Property Value
boolean
Remarks
text
For EACH ITEM in the collection: Gets the text of the tracked change.
text?: boolean;
Property Value
boolean
Remarks
type
For EACH ITEM in the collection: Gets the type of the tracked change.
type?: boolean;
Property Value
boolean