Edit

Word.Interfaces.ListLevelData interface

An interface describing the data returned by calling listLevel.toJSON().

Remarks

Used by

Properties

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 ListLevel object.

linkedStyle

Specifies the name of the style that's linked to the ListLevel object.

numberFormat

Specifies the number format for the list level.

numberPosition

Specifies the position (in points) of the number or bullet for the ListLevel object.

numberStyle

Specifies the number style for the ListLevel object.

resetOnHigher

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

startAt

Specifies the starting number for the ListLevel object.

tabPosition

Specifies the tab position for the ListLevel object.

textPosition

Specifies the position (in points) for the second line of wrapping text for the ListLevel object.

trailingCharacter

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

Property Details

alignment

Specifies the horizontal alignment of the list level. The value can be left, centered, or right.

alignment?: Word.Alignment | "Mixed" | "Unknown" | "Left" | "Centered" | "Right" | "Justified";

Property Value

Word.Alignment | "Mixed" | "Unknown" | "Left" | "Centered" | "Right" | "Justified"

Remarks

API set: WordApiDesktop 1.1

font

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

font?: Word.Interfaces.FontData;

Property Value

Remarks

API set: WordApiDesktop 1.1

linkedStyle

Specifies the name of the style that's linked to the ListLevel object.

linkedStyle?: string;

Property Value

string

Remarks

API set: WordApiDesktop 1.1

numberFormat

Specifies the number format for the list level.

numberFormat?: string;

Property Value

string

Remarks

API set: WordApiDesktop 1.1

numberPosition

Specifies the position (in points) of the number or bullet for the ListLevel object.

numberPosition?: number;

Property Value

number

Remarks

API set: WordApiDesktop 1.1

numberStyle

Specifies the number style for the ListLevel object.

numberStyle?: Word.ListBuiltInNumberStyle | "None" | "Arabic" | "UpperRoman" | "LowerRoman" | "UpperLetter" | "LowerLetter" | "Ordinal" | "CardinalText" | "OrdinalText" | "Kanji" | "KanjiDigit" | "AiueoHalfWidth" | "IrohaHalfWidth" | "ArabicFullWidth" | "KanjiTraditional" | "KanjiTraditional2" | "NumberInCircle" | "Aiueo" | "Iroha" | "ArabicLZ" | "Bullet" | "Ganada" | "Chosung" | "GBNum1" | "GBNum2" | "GBNum3" | "GBNum4" | "Zodiac1" | "Zodiac2" | "Zodiac3" | "TradChinNum1" | "TradChinNum2" | "TradChinNum3" | "TradChinNum4" | "SimpChinNum1" | "SimpChinNum2" | "SimpChinNum3" | "SimpChinNum4" | "HanjaRead" | "HanjaReadDigit" | "Hangul" | "Hanja" | "Hebrew1" | "Arabic1" | "Hebrew2" | "Arabic2" | "HindiLetter1" | "HindiLetter2" | "HindiArabic" | "HindiCardinalText" | "ThaiLetter" | "ThaiArabic" | "ThaiCardinalText" | "VietCardinalText" | "LowercaseRussian" | "UppercaseRussian" | "LowercaseGreek" | "UppercaseGreek" | "ArabicLZ2" | "ArabicLZ3" | "ArabicLZ4" | "LowercaseTurkish" | "UppercaseTurkish" | "LowercaseBulgarian" | "UppercaseBulgarian" | "PictureBullet" | "Legal" | "LegalLZ";

Property Value

Word.ListBuiltInNumberStyle | "None" | "Arabic" | "UpperRoman" | "LowerRoman" | "UpperLetter" | "LowerLetter" | "Ordinal" | "CardinalText" | "OrdinalText" | "Kanji" | "KanjiDigit" | "AiueoHalfWidth" | "IrohaHalfWidth" | "ArabicFullWidth" | "KanjiTraditional" | "KanjiTraditional2" | "NumberInCircle" | "Aiueo" | "Iroha" | "ArabicLZ" | "Bullet" | "Ganada" | "Chosung" | "GBNum1" | "GBNum2" | "GBNum3" | "GBNum4" | "Zodiac1" | "Zodiac2" | "Zodiac3" | "TradChinNum1" | "TradChinNum2" | "TradChinNum3" | "TradChinNum4" | "SimpChinNum1" | "SimpChinNum2" | "SimpChinNum3" | "SimpChinNum4" | "HanjaRead" | "HanjaReadDigit" | "Hangul" | "Hanja" | "Hebrew1" | "Arabic1" | "Hebrew2" | "Arabic2" | "HindiLetter1" | "HindiLetter2" | "HindiArabic" | "HindiCardinalText" | "ThaiLetter" | "ThaiArabic" | "ThaiCardinalText" | "VietCardinalText" | "LowercaseRussian" | "UppercaseRussian" | "LowercaseGreek" | "UppercaseGreek" | "ArabicLZ2" | "ArabicLZ3" | "ArabicLZ4" | "LowercaseTurkish" | "UppercaseTurkish" | "LowercaseBulgarian" | "UppercaseBulgarian" | "PictureBullet" | "Legal" | "LegalLZ"

Remarks

API set: WordApiDesktop 1.1

resetOnHigher

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

resetOnHigher?: number;

Property Value

number

Remarks

API set: WordApiDesktop 1.1

startAt

Specifies the starting number for the ListLevel object.

startAt?: number;

Property Value

number

Remarks

API set: WordApiDesktop 1.1

tabPosition

Specifies the tab position for the ListLevel object.

tabPosition?: number;

Property Value

number

Remarks

API set: WordApiDesktop 1.1

textPosition

Specifies the position (in points) for the second line of wrapping text for the ListLevel object.

textPosition?: number;

Property Value

number

Remarks

API set: WordApiDesktop 1.1

trailingCharacter

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

trailingCharacter?: Word.TrailingCharacter | "TrailingTab" | "TrailingSpace" | "TrailingNone";

Property Value

Word.TrailingCharacter | "TrailingTab" | "TrailingSpace" | "TrailingNone"

Remarks

API set: WordApiDesktop 1.1