Word.Interfaces.EditorUpdateData interface
An interface for updating data on the Editor object, for use in editor.set({ ... }).
Properties
| next |
Gets a |
| range | Gets a |
Property Details
nextRange
Gets a Range object that represents the next range that the editor has permissions to modify.
nextRange?: Word.Interfaces.RangeUpdateData;
Property Value
Remarks
range
Gets a Range object that represents the portion of the document that's contained in the Editor object.
range?: Word.Interfaces.RangeUpdateData;