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
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
Gets a Range object that represents the portion of the document that's contained within a revision mark.
range?: Word.Interfaces.RangeUpdateData;