Note

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

Access to this page requires authorization. You can try .

Word.Interfaces.ListItemData interface

Package:
word

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

Remarks

Used by

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


Feedback

Was this page helpful?