Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Word.Interfaces.ListItemLoadOptions interface

Package:
word

Represents the paragraph list item format.

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


Feedback

Was this page helpful?