Word.Interfaces.TrackedChangeLoadOptions interface
Represents a tracked change in a Word document.
Remarks
Properties
$all | Specifying |
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 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
Gets the author of the tracked change.
author?: boolean;
Property Value
boolean
Remarks
date
Gets the date of the tracked change.
date?: boolean;
Property Value
boolean
Remarks
text
Gets the text of the tracked change.
text?: boolean;
Property Value
boolean
Remarks
type
Gets the type of the tracked change.
type?: boolean;
Property Value
boolean
Remarks
Office Add-ins