Edit

Word.Interfaces.TrackedChangeCollectionLoadOptions interface

Contains a collection of Word.TrackedChange objects.

Properties

$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).

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

API set: WordApi 1.6

date

For EACH ITEM in the collection: Gets the date of the tracked change.

date?: boolean;

Property Value

boolean

Remarks

API set: WordApi 1.6

text

For EACH ITEM in the collection: Gets the text of the tracked change.

text?: boolean;

Property Value

boolean

Remarks

API set: WordApi 1.6

type

For EACH ITEM in the collection: Gets the type of the tracked change.

type?: boolean;

Property Value

boolean

Remarks

API set: WordApi 1.6