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