Word.Interfaces.EditorLoadOptions interface
Represents a user with permissions to edit authorized portions of a protected (read-only) Word document. To learn more, see Allow changes to parts of a protected Word document.
Remarks
Properties
| $all | Specifying |
| id | Gets the identifier for the |
| name | Gets the name of the editor. |
| next |
Gets a |
| range | Gets a |
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
id
Gets the identifier for the Editor object when the parent document is saved as a webpage.
id?: boolean;
Property Value
boolean
Remarks
name
Gets the name of the editor.
name?: boolean;
Property Value
boolean
Remarks
nextRange
Gets a Range object that represents the next range that the editor has permissions to modify.
nextRange?: Word.Interfaces.RangeLoadOptions;
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.RangeLoadOptions;