Word.Interfaces.TrackedChangeCollectionLoadOptions interface

Contains a collection of Word.TrackedChange objects.

Remarks

[ API set: WordApi 1.6 ]

Properties

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: 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 LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: 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 ]