Word.Interfaces.ListItemData interface

An interface describing the data returned by calling listItem.toJSON().

Properties

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

level

Specifies the level of the item in the list.

level?: number;

Property Value

number

Remarks

[ API set: WordApi 1.3 ]

listString

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

listString?: string;

Property Value

string

Remarks

[ API set: WordApi 1.3 ]

siblingIndex

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

siblingIndex?: number;

Property Value

number

Remarks

[ API set: WordApi 1.3 ]