Word.Interfaces.RevisionLoadOptions interface
Represents a single tracked change in a document.
Remarks
Properties
| $all | Specifying |
| author | Gets the name of the user who made the tracked change. |
| date | Gets the date and time when the tracked change was made. |
| format |
Gets the description of tracked formatting changes in the revision. |
| index | Gets a number that represents the position of this item in a collection. |
| moved |
Gets a |
| range | Gets a |
| type | Gets the revision type. |
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 name of the user who made the tracked change.
author?: boolean;
Property Value
boolean
Remarks
date
Gets the date and time when the tracked change was made.
date?: boolean;
Property Value
boolean
Remarks
formatDescription
Gets the description of tracked formatting changes in the revision.
formatDescription?: boolean;
Property Value
boolean
Remarks
index
Gets a number that represents the position of this item in a collection.
index?: boolean;
Property Value
boolean
Remarks
movedRange
Gets a Range object that represents the range of text that was moved from one place to another in the document with tracked changes.
movedRange?: Word.Interfaces.RangeLoadOptions;
Property Value
Remarks
range
Gets a Range object that represents the portion of the document that's contained within a revision mark.
range?: Word.Interfaces.RangeLoadOptions;
Property Value
Remarks
type
Gets the revision type.
type?: boolean;
Property Value
boolean