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. |
| list |
Gets the list item bullet, number, or picture as a string. |
| sibling |
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
listString
Gets the list item bullet, number, or picture as a string.
listString?: string;
Property Value
string
Remarks
siblingIndex
Gets the list item order number in relation to its siblings.
siblingIndex?: number;
Property Value
number