Word.Interfaces.ListItemLoadOptions interface

Represents the paragraph list item format.

Remarks

[ API set: WordApi 1.3 ]

Properties

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: 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 LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: 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 ]