ListLevelFormat Enum
Lists values that specify the numbering format used for a group of automatically numbered objects, such as pages.
#Declaration
export enum ListLevelFormat {
Decimal = 0,
Hiragana = 1,
FullWidthHiragana = 2,
ArabicAbjad = 3,
ArabicAlpha = 4,
Bullet = 5,
CardinalText = 6,
Chicago = 7,
ChineseCounting = 8,
ChineseCountingThousand = 9,
ChineseLegalSimplified = 10,
Chosung = 11,
DecimalEnclosedCircle = 12,
DecimalEnclosedCircleChinese = 13,
DecimalEnclosedFullstop = 14,
DecimalEnclosedParentheses = 15,
DecimalFullWidth = 16,
DecimalFullWidth2 = 17,
DecimalHalfWidth = 18,
DecimalZero = 19,
Ganada = 20,
Hebrew1 = 21,
Hebrew2 = 22,
Hex = 23,
HindiConsonants = 24,
HindiDescriptive = 25,
HindiNumbers = 26,
HindiVowels = 27,
IdeographDigital = 28,
IdeographEnclosedCircle = 29,
IdeographLegalTraditional = 30,
IdeographTraditional = 31,
IdeographZodiac = 32,
IdeographZodiacTraditional = 33,
Iroha = 34,
IrohaFullWidth = 35,
JapaneseCounting = 36,
JapaneseDigitalTenThousand = 37,
JapaneseLegal = 38,
KoreanCounting = 39,
KoreanDigital = 40,
KoreanDigital2 = 41,
KoreanLegal = 42,
LowerLetter = 43,
LowerRoman = 44,
None = 45,
NumberInDash = 46,
Ordinal = 47,
OrdinalText = 48,
RussianLower = 49,
RussianUpper = 50,
TaiwaneseCounting = 51,
TaiwaneseCountingThousand = 52,
TaiwaneseDigital = 53,
ThaiDescriptive = 54,
ThaiLetters = 55,
ThaiNumbers = 56,
UpperLetter = 57,
UpperRoman = 58,
VietnameseDescriptive = 59
}
#Members
Name | Description |
---|---|
Arabic
|
Currently not supported. The sequence consists of ascending Abjad numerals. |
Arabic
|
Currently not supported. The sequence consists of characters in the Arabic alphabet. |
Bullet
|
The sequence consists of bullet characters. |
Cardinal
|
The sequence consists of cardinal text of the current language. Example: one, two, three. The following languages are currently supported: English, French, German, Italian, Russian, Swedish and Turkish. |
Chicago
|
Currently not supported. The sequence consists of characters as defined in the Chicago Manual of Style. |
Chinese
|
Currently not supported. The sequence consists of ascending numbers from the Chinese counting system. |
Chinese
|
Currently not supported. The sequence consists of sequential numbers from the Chinese counting thousand system. |
Chinese
|
Currently not supported. The sequence consists of sequential numbers from the Chinese simplified legal format. |
Chosung
|
Currently not supported. The sequence consists of sequential numbers from the Korean Chosung format. |
Decimal
|
The sequence consists of decimal numbering. Example: 1, 2, 3, … , 9, 10, 11. |
Decimal
|
Currently not supported. The sequence consists of decimal numbering enclosed in a circle, using the enclosed alphanumeric glyph character. Once the specified sequence reaches 21, the numbers may be replaced with non-enclosed equivalents. |
Decimal
|
Currently not supported. The sequence consists of decimal numbering enclosed in a circle, using the enclosed alphanumeric glyph character. |
Decimal
|
Currently not supported. The sequence consists of decimal numbering followed by a period, using the enclosed alphanumeric glyph character. |
Decimal
|
The sequence consists of decimal numbering enclosed in parentheses. |
Decimal
|
Currently not supported. The sequence consists of double-byte Arabic numbering. |
Decimal
|
Currently not supported. The sequence consists of an alternative set of double-byte Arabic numbering, if one exists in the current font. |
Decimal
|
The sequence consists of single-byte Arabic numbering. Example: 1, 2, 3. |
Decimal
|
The sequence consists of Arabic numbering with a zero added to numbers one through nine. Example: 01, 02, 03, …, 09, 10. |
Full
|
Currently not supported. The sequence consists of full-width hiragana characters in the traditional a-i-u-e-o order. |
Ganada
|
Currently not supported. The sequence consists of sequential numbers from the Korean Ganada format. |
Hebrew1
|
Currently not supported. The sequence consists of Hebrew numerals. |
Hebrew2
|
Currently not supported. The sequence consists of the Hebrew alphabet. |
Hex
|
The sequence consists of hexadecimal numbering. Example: 1, 2, 3, … , 9, A, B. |
Hindi
|
Currently not supported. The sequence consists of Hindi consonants. |
Hindi
|
Currently not supported. The sequence consists of sequential numbers from the Hindi counting system. |
Hindi
|
Currently not supported. The sequence consists of Hindi numbers. |
Hindi
|
Currently not supported. The sequence consists of Hindi vowels. |
Hiragana
|
Currently not supported. The sequence consists of hiragana characters in the traditional a-i-u-e-o order. |
Ideograph
|
Currently not supported. The sequence consists of sequential numerical ideographs enclosed in a circle, using the appropriate character. |
Ideograph
|
Currently not supported. The sequence consists of sequential numerical ideographs enclosed in a circle, using the appropriate character. |
Ideograph
|
Currently not supported. The sequence consists of traditional sequential numerical legal ideographs. |
Ideograph
|
Currently not supported. The sequence consists of traditional sequential numerical ideographs. |
Ideograph
|
Currently not supported. The sequence consists of traditional sequential numerical ideographs. |
Ideograph
|
Currently not supported. The sequence consists of traditional sequential zodiac ideographs. |
Iroha
|
Currently not supported. The sequence consists of the iroha. |
Iroha
|
Currently not supported. The sequence consists of the full-width forms of the iroha. |
Japanese
|
Currently not supported. The sequence consists of the full-width forms of the iroha. |
Japanese
|
Currently not supported. The sequence consists of sequential numbers from the Japanese digital ten thousand counting system. |
Japanese
|
Currently not supported. The sequence consists of sequential numbers from the Japanese legal counting system. |
Korean
|
Currently not supported. The sequence consists of sequential numbers from the Korean counting system. |
Korean
|
Currently not supported. The sequence consists of sequential numbers from the Korean digital counting system. |
Korean
|
Currently not supported. The sequence consists of sequential numbers from the Korean digital counting system. |
Korean
|
Currently not supported. The sequence consists of sequential numbers from the Korean legal numbering system. |
Lower
|
The sequence consists of the letters of the Latin alphabet in lower case. Example: a, b, c. |
Lower
|
The sequence consists of lowercase roman numerals. Example: i, ii, iii. |
None
|
The default numbering sequence (the sequence consists of decimal numbering). |
Number
|
The sequence consists of Arabic numbering surrounded by dash characters. Example: - 1 -, - 2 -, - 3 -. |
Ordinal
|
The sequence consists of ordinals of the current language. Example: 1st, 2nd, 3rd. The following languages are currently supported: English, French, German, Italian, Russian, Swedish and Turkish. |
Ordinal
|
The sequence consists of ordinal text of the current language. Example: first, second, third. The following languages are currently supported: English, French, German, Italian, Russian, Swedish and Turkish. |
Russian
|
The sequence consists of the letters of the Russian alphabet in lower case. Example: а, б, в. |
Russian
|
The sequence consists of the letters of the Russian alphabet in upper case. Example: А, Б, В. |
Taiwanese
|
Currently not supported. The sequence consists of sequential numbers from the Taiwanese counting system. |
Taiwanese
|
Currently not supported. The sequence consists of sequential numbers from the Taiwanese counting thousand system. |
Taiwanese
|
Currently not supported. The sequence consists of sequential numbers from the Taiwanese digital counting system. |
Thai
|
Currently not supported. The sequence consists of sequential numbers from the Thai counting system. |
Thai
|
Currently not supported. The sequence consists of Thai letters. |
Thai
|
Currently not supported. The sequence consists of Thai numerals. |
Upper
|
The sequence consists of the letters of the Latin alphabet in upper case. Example: A, B, C. |
Upper
|
The sequence consists of uppercase roman numerals. Example: I, II, III. |
Vietnamese
|
Currently not supported. The sequence consists of Vietnamese numerals. |
#Remarks
Values listed by this enumeration are used to set the format property