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

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 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

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 ]