Edit

Share via


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

[ API set: WordApiDesktop 1.4 ]

Properties

$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).

id

Gets the identifier for the Editor object when the parent document is saved as a webpage.

name

Gets the name of the editor.

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

$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

[ API set: WordApiDesktop 1.4 ]

name

Gets the name of the editor.

name?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.4 ]

nextRange

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

nextRange?: Word.Interfaces.RangeLoadOptions;

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.RangeLoadOptions;

Property Value

Remarks

[ API set: WordApiDesktop 1.4 ]