Edit

Word.Interfaces.EditorUpdateData interface

An interface for updating data on the Editor object, for use in editor.set({ ... }).

Remarks

Used by

Properties

nextRange

Gets a Range object that represents the next range that the editor has permissions to modify.

range

Gets a Range object that represents the portion of the document that's contained in the Editor object.

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

API set: WordApiDesktop 1.4

range

Gets a Range object that represents the portion of the document that's contained in the Editor object.

range?: Word.Interfaces.RangeUpdateData;

Property Value

Remarks

API set: WordApiDesktop 1.4