Word.Interfaces.TrackedChangeLoadOptions interface

Represents a tracked change in a Word document.

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

Gets the author of the tracked change.

date

Gets the date of the tracked change.

text

Gets the text of the tracked change.

type

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

Gets the author of the tracked change.

author?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi 1.6 ]

date

Gets the date of the tracked change.

date?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi 1.6 ]

text

Gets the text of the tracked change.

text?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi 1.6 ]

type

Gets the type of the tracked change.

type?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi 1.6 ]