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
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins