Word.Interfaces.ListLevelData interface
An interface describing the data returned by calling listLevel.toJSON()
.
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 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
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
font
Gets a Font object that represents the character formatting of the specified object.
font?: Word.Interfaces.FontData;
Property Value
Remarks
linkedStyle
Specifies the name of the style that's linked to the specified list level object.
linkedStyle?: string;
Property Value
string
Remarks
numberFormat
Specifies the number format for the specified list level.
numberFormat?: string;
Property Value
string
Remarks
numberPosition
Specifies the position (in points) of the number or bullet for the specified list level object.
numberPosition?: number;
Property Value
number
Remarks
numberStyle
Specifies the number style for the list level 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
resetOnHigher
Specifies the list level that must appear before the specified list level restarts numbering at 1.
resetOnHigher?: number;
Property Value
number
Remarks
startAt
Specifies the starting number for the specified list level object.
startAt?: number;
Property Value
number
Remarks
tabPosition
Specifies the tab position for the specified list level object.
tabPosition?: number;
Property Value
number
Remarks
textPosition
Specifies the position (in points) for the second line of wrapping text for the specified list level object.
textPosition?: number;
Property Value
number
Remarks
trailingCharacter
Specifies the character inserted after the number for the specified list level.
trailingCharacter?: Word.TrailingCharacter | "TrailingTab" | "TrailingSpace" | "TrailingNone";
Property Value
Word.TrailingCharacter | "TrailingTab" | "TrailingSpace" | "TrailingNone"
Remarks
Office Add-ins