Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.Interfaces.RevisionUpdateData interface
- Package:
- word
An interface for updating data on the Revision object, for use in revision.set({ ... }).
Properties
| movedRange | 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;
Property Value
Remarks
Office Add-ins
Feedback
Was this page helpful?
