Word.Interfaces.RevisionCollectionLoadOptions interface
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
A collection of Word.Revision objects that represent the changes marked with revision marks in a range or document.
Remarks
Properties
$all | Specifying |
author | For EACH ITEM in the collection: Gets the name of the user who made the tracked change. |
date | For EACH ITEM in the collection: Gets the date and time when the tracked change was made. |
format |
For EACH ITEM in the collection: Gets the description of tracked formatting changes in the revision. |
index | For EACH ITEM in the collection: Gets a number that represents the position of this item in a collection. |
moved |
For EACH ITEM in the collection: Gets a |
range | For EACH ITEM in the collection: Gets a |
type | For EACH ITEM in the collection: Gets the revision type. |
Property Details
$all
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
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
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
For EACH ITEM in the collection: Gets the name of the user who made the tracked change.
author?: boolean;
Property Value
boolean
Remarks
date
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
For EACH ITEM in the collection: Gets the date and time when the tracked change was made.
date?: boolean;
Property Value
boolean
Remarks
formatDescription
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
For EACH ITEM in the collection: Gets the description of tracked formatting changes in the revision.
formatDescription?: boolean;
Property Value
boolean
Remarks
index
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
For EACH ITEM in the collection: Gets a number that represents the position of this item in a collection.
index?: boolean;
Property Value
boolean
Remarks
movedRange
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
For EACH ITEM in the collection: 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
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
For EACH ITEM in the collection: 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
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
For EACH ITEM in the collection: Gets the revision type.
type?: boolean;
Property Value
boolean