Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.Interfaces.ListLoadOptions interface
- Package:
- word
Contains a collection of Word.Paragraph objects.
Properties
| $all | Specifying |
| id | Gets the list's ID. |
| levelExistences | Checks whether each of the 9 levels exists in the list. |
| levelTypes | Gets all 9 level types in the list. Each type can be |
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
id
levelExistences
Checks whether each of the 9 levels exists in the list. true indicates the level exists, which means there's at least one list item at that level.
levelExistences?: boolean;
Property Value
boolean
Remarks
levelTypes
Gets all 9 level types in the list. Each type can be bullet, number, or picture.
levelTypes?: boolean;
Property Value
boolean
Remarks
Office Add-ins
Feedback
Was this page helpful?
