Word.Interfaces.RevisionUpdateData interface
An interface for updating data on the Revision
object, for use in revision.set({ ... })
.
Properties
moved |
Gets a |
range | Gets a |
Property Details
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.
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.RangeUpdateData;
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.
Gets a Range
object that represents the portion of the document that's contained within a revision mark.
range?: Word.Interfaces.RangeUpdateData;