Word.Interfaces.ListItemLoadOptions interface
Represents the paragraph list item format.
Remarks
Properties
$all | Specifying |
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
$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
listString
Gets the list item bullet, number, or picture as a string.
listString?: boolean;
Property Value
boolean
Remarks
siblingIndex
Gets the list item order number in relation to its siblings.
siblingIndex?: boolean;
Property Value
boolean
Remarks
Office Add-ins