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 |
---|---|
ArabicAbjad | Currently not supported. The sequence consists of ascending Abjad numerals. |
ArabicAlpha | Currently not supported. The sequence consists of characters in the Arabic alphabet. |
Bullet | The sequence consists of bullet characters. |
CardinalText | 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. |
ChineseCounting | Currently not supported. The sequence consists of ascending numbers from the Chinese counting system. |
ChineseCountingThousand | Currently not supported. The sequence consists of sequential numbers from the Chinese counting thousand system. |
ChineseLegalSimplified | 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. |
DecimalEnclosedCircle | 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. |
DecimalEnclosedCircleChinese | Currently not supported. The sequence consists of decimal numbering enclosed in a circle, using the enclosed alphanumeric glyph character. |
DecimalEnclosedFullstop | Currently not supported. The sequence consists of decimal numbering followed by a period, using the enclosed alphanumeric glyph character. |
DecimalEnclosedParentheses | The sequence consists of decimal numbering enclosed in parentheses. |
DecimalFullWidth | Currently not supported. The sequence consists of double-byte Arabic numbering. |
DecimalFullWidth2 | Currently not supported. The sequence consists of an alternative set of double-byte Arabic numbering, if one exists in the current font. |
DecimalHalfWidth | The sequence consists of single-byte Arabic numbering. Example: 1, 2, 3. |
DecimalZero | The sequence consists of Arabic numbering with a zero added to numbers one through nine. Example: 01, 02, 03, ..., 09, 10. |
FullWidthHiragana | 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. |
HindiConsonants | Currently not supported. The sequence consists of Hindi consonants. |
HindiDescriptive | Currently not supported. The sequence consists of sequential numbers from the Hindi counting system. |
HindiNumbers | Currently not supported. The sequence consists of Hindi numbers. |
HindiVowels | 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. |
IdeographDigital | Currently not supported. The sequence consists of sequential numerical ideographs enclosed in a circle, using the appropriate character. |
IdeographEnclosedCircle | Currently not supported. The sequence consists of sequential numerical ideographs enclosed in a circle, using the appropriate character. |
IdeographLegalTraditional | Currently not supported. The sequence consists of traditional sequential numerical legal ideographs. |
IdeographTraditional | Currently not supported. The sequence consists of traditional sequential numerical ideographs. |
IdeographZodiac | Currently not supported. The sequence consists of traditional sequential numerical ideographs. |
IdeographZodiacTraditional | Currently not supported. The sequence consists of traditional sequential zodiac ideographs. |
Iroha | Currently not supported. The sequence consists of the iroha. |
IrohaFullWidth | Currently not supported. The sequence consists of the full-width forms of the iroha. |
JapaneseCounting | Currently not supported. The sequence consists of the full-width forms of the iroha. |
JapaneseDigitalTenThousand | Currently not supported. The sequence consists of sequential numbers from the Japanese digital ten thousand counting system. |
JapaneseLegal | Currently not supported. The sequence consists of sequential numbers from the Japanese legal counting system. |
KoreanCounting | Currently not supported. The sequence consists of sequential numbers from the Korean counting system. |
KoreanDigital | Currently not supported. The sequence consists of sequential numbers from the Korean digital counting system. |
KoreanDigital2 | Currently not supported. The sequence consists of sequential numbers from the Korean digital counting system. |
KoreanLegal | Currently not supported. The sequence consists of sequential numbers from the Korean legal numbering system. |
LowerLetter | The sequence consists of the letters of the Latin alphabet in lower case. Example: a, b, c. |
LowerRoman | The sequence consists of lowercase roman numerals. Example: i, ii, iii. |
None | The default numbering sequence (the sequence consists of decimal numbering). |
NumberInDash | 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. |
OrdinalText | 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. |
RussianLower | The sequence consists of the letters of the Russian alphabet in lower case. Example: а, б, в. |
RussianUpper | The sequence consists of the letters of the Russian alphabet in upper case. Example: А, Б, В. |
TaiwaneseCounting | Currently not supported. The sequence consists of sequential numbers from the Taiwanese counting system. |
TaiwaneseCountingThousand | Currently not supported. The sequence consists of sequential numbers from the Taiwanese counting thousand system. |
TaiwaneseDigital | Currently not supported. The sequence consists of sequential numbers from the Taiwanese digital counting system. |
ThaiDescriptive | Currently not supported. The sequence consists of sequential numbers from the Thai counting system. |
ThaiLetters | Currently not supported. The sequence consists of Thai letters. |
ThaiNumbers | Currently not supported. The sequence consists of Thai numerals. |
UpperLetter | The sequence consists of the letters of the Latin alphabet in upper case. Example: A, B, C. |
UpperRoman | The sequence consists of uppercase roman numerals. Example: I, II, III. |
VietnameseDescriptive | Currently not supported. The sequence consists of Vietnamese numerals. |
Remarks
Values listed by this enumeration are used to set the format property