Word.Interfaces.ListItemLoadOptions interface

Represents the paragraph list item format.

Remarks

[ API set: WordApi 1.3 ]

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

level

Specifies the level of the item in the list.

listString

Gets the list item bullet, number, or picture as a string.

siblingIndex

Gets the list item order number in relation to its siblings.

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

level

Specifies the level of the item in the list.

level?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi 1.3 ]

listString

Gets the list item bullet, number, or picture as a string.

listString?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi 1.3 ]

siblingIndex

Gets the list item order number in relation to its siblings.

siblingIndex?: boolean;

Property Value

boolean

Remarks

[ API set: WordApi 1.3 ]