Word.Interfaces.EditorData interface
An interface describing the data returned by calling editor.toJSON().
Properties
| id | Gets the identifier for the |
| name | Gets the name of the editor. |
| next |
Gets a |
| range | Gets a |
Property Details
id
Gets the identifier for the Editor object when the parent document is saved as a webpage.
id?: string;
Property Value
string
Remarks
name
Gets the name of the editor.
name?: string;
Property Value
string
Remarks
nextRange
Gets a Range object that represents the next range that the editor has permissions to modify.
nextRange?: Word.Interfaces.RangeData;
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.RangeData;