Word.Interfaces.ListLevelLoadOptions interface
Represents a list level.
Remarks
Properties
| $all | Specifying |
| alignment | Specifies the horizontal alignment of the list level. The value can be |
| font | Gets a |
| linked |
Specifies the name of the style that's linked to the |
| number |
Specifies the number format for the list level. |
| number |
Specifies the position (in points) of the number or bullet for the |
| number |
Specifies the number style for the |
| reset |
Specifies the list level that must appear before it restarts numbering at 1. |
| start |
Specifies the starting number for the |
| tab |
Specifies the tab position for the |
| text |
Specifies the position (in points) for the second line of wrapping text for the |
| trailing |
Specifies the character inserted after the number for the list level. |
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
alignment
Specifies the horizontal alignment of the list level. The value can be left, centered, or right.
alignment?: boolean;
Property Value
boolean
Remarks
font
Gets a Font object that represents the character formatting of the ListLevel object.
font?: Word.Interfaces.FontLoadOptions;
Property Value
Remarks
linkedStyle
Specifies the name of the style that's linked to the ListLevel object.
linkedStyle?: boolean;
Property Value
boolean
Remarks
numberFormat
Specifies the number format for the list level.
numberFormat?: boolean;
Property Value
boolean
Remarks
numberPosition
Specifies the position (in points) of the number or bullet for the ListLevel object.
numberPosition?: boolean;
Property Value
boolean
Remarks
numberStyle
Specifies the number style for the ListLevel object.
numberStyle?: boolean;
Property Value
boolean
Remarks
resetOnHigher
Specifies the list level that must appear before it restarts numbering at 1.
resetOnHigher?: boolean;
Property Value
boolean
Remarks
startAt
Specifies the starting number for the ListLevel object.
startAt?: boolean;
Property Value
boolean
Remarks
tabPosition
Specifies the tab position for the ListLevel object.
tabPosition?: boolean;
Property Value
boolean
Remarks
textPosition
Specifies the position (in points) for the second line of wrapping text for the ListLevel object.
textPosition?: boolean;
Property Value
boolean
Remarks
trailingCharacter
Specifies the character inserted after the number for the list level.
trailingCharacter?: boolean;
Property Value
boolean