Word.Interfaces.TrackedChangeLoadOptions interface

Represents a tracked change in a Word document.

Remarks

[ API set: WordApi 1.6 ]

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

Specifies the author of the tracked change.

date

Specifies the date of the tracked change.

text

Specifies the text of the tracked change.

type

Specifies 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

Specifies the author of the tracked change.

author?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi 1.6 ]

date

Specifies the date of the tracked change.

date?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi 1.6 ]

text

Specifies the text of the tracked change.

text?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi 1.6 ]

type

Specifies the type of the tracked change.

type?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi 1.6 ]