Word.Interfaces.ListLevelLoadOptions interface

Represents a list level.

Remarks

[ API set: WordApiDesktop 1.1 ]

Properties

$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).

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.

linkedStyle

Specifies the name of the style that's linked to the specified list level object.

numberFormat

Specifies the number format for the specified list level.

numberPosition

Specifies the position (in points) of the number or bullet for the specified list level object.

numberStyle

Specifies the number style for the list level object.

resetOnHigher

Specifies the list level that must appear before the specified list level restarts numbering at 1.

startAt

Specifies the starting number for the specified list level object.

tabPosition

Specifies the tab position for the specified list level object.

textPosition

Specifies the position (in points) for the second line of wrapping text for the specified list level object.

trailingCharacter

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

[ API set: WordApiDesktop 1.1 ]

font

Gets a Font object that represents the character formatting of the specified object.

font?: Word.Interfaces.FontLoadOptions;

Property Value

Remarks

[ API set: WordApiDesktop 1.1 ]

linkedStyle

Specifies the name of the style that's linked to the specified list level object.

linkedStyle?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.1 ]

numberFormat

Specifies the number format for the specified list level.

numberFormat?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.1 ]

numberPosition

Specifies the position (in points) of the number or bullet for the specified list level object.

numberPosition?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.1 ]

numberStyle

Specifies the number style for the list level object.

numberStyle?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.1 ]

resetOnHigher

Specifies the list level that must appear before the specified list level restarts numbering at 1.

resetOnHigher?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.1 ]

startAt

Specifies the starting number for the specified list level object.

startAt?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.1 ]

tabPosition

Specifies the tab position for the specified list level object.

tabPosition?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.1 ]

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

[ API set: WordApiDesktop 1.1 ]

trailingCharacter

Specifies the character inserted after the number for the specified list level.

trailingCharacter?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.1 ]