aspnet-js-listlevelformat.md
Lists values that specify the numbering format used for a group of automatically numbered objects, such as pages.
declare enum ListLevelFormat {
Decimal = 0,
AIUEOHiragana = 1,
AIUEOFullWidthHiragana = 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
}
| Name | Description |
|---|---|
AIUEOFullWidthHiragana |
Specifies that the sequence shall consist of full-width hiragana characters in the traditional a-i-u-e-o order. Currently not supported.
|
| AIUEOHiragana |
Specifies that the sequence shall consist of hiragana characters in the traditional a-i-u-e-o order. Currently not supported.
|
| ArabicAbjad |
Specifies that the sequence shall consist of ascending Abjad numerals. Currently not supported.
|
| ArabicAlpha |
Specifies that the sequence shall consist of characters in the Arabic alphabet. Currently not supported.
|
| Bullet |
Specifies that the sequence shall consist of bullet characters.
|
| CardinalText |
Specifies that the sequence shall consist 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 |
Specifies that the sequence shall consist of characters as defined in the Chicago Manual of Style. Currently not supported.
|
| ChineseCounting |
Specifies that the sequence shall consist of ascending numbers from the Chinese counting system. Currently not supported.
|
| ChineseCountingThousand |
Specifies that the sequence shall consist of sequential numbers from the Chinese counting thousand system. Currently not supported.
|
| ChineseLegalSimplified |
Specifies that the sequence shall consist of sequential numbers from the Chinese simplified legal format. Currently not supported.
|
| Chosung |
Specifies that the sequence shall consist of sequential numbers from the Korean Chosung format. Currently not supported.
|
| Decimal |
Specifies that the sequence shall consist of decimal numbering. Example: 1, 2, 3, … , 9, 10, 11
|
| DecimalEnclosedCircle |
Specifies that the sequence shall consist 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. Currently not supported.
|
| DecimalEnclosedCircleChinese |
Specifies that the sequence shall consist of decimal numbering enclosed in a circle, using the enclosed alphanumeric glyph character. Currently not supported.
|
| DecimalEnclosedFullstop |
Specifies that the sequence shall consist of decimal numbering followed by a period, using the enclosed alphanumeric glyph character. Currently not supported.
|
| DecimalEnclosedParentheses |
Specifies that the sequence shall consist of decimal numbering enclosed in parentheses.
|
| DecimalFullWidth |
Specifies that the sequence shall consist of double-byte Arabic numbering. Currently not supported.
|
| DecimalFullWidth2 |
Specifies that the sequence shall consist of an alternative set of double-byte Arabic numbering, if one exists in the current font. Currently not supported.
|
| DecimalHalfWidth |
Specifies that the sequence shall consist of single-byte Arabic numbering. Example: 1, 2, 3
|
| DecimalZero |
Specifies that the sequence shall consist of Arabic numbering with a zero added to numbers one through nine. Example: 01, 02, 03, …, 09, 10
|
| Ganada |
Specifies that the sequence shall consist of sequential numbers from the Korean Ganada format. Currently not supported.
|
| Hebrew1 |
Specifies that the sequence shall consist of Hebrew numerals. Currently not supported.
|
| Hebrew2 |
Specifies that the sequence shall consist of the Hebrew alphabet. Currently not supported.
|
| Hex |
Specifies that the sequence shall consist of hexadecimal numbering. Example: 1, 2, 3, … , 9, A, B
|
| HindiConsonants |
Specifies that the sequence shall consist of Hindi consonants. Currently not supported.
|
| HindiDescriptive |
Specifies that the sequence shall consist of sequential numbers from the Hindi counting system. Currently not supported.
|
| HindiNumbers |
Specifies that the sequence shall consist of Hindi numbers. Currently not supported.
|
| HindiVowels |
Specifies that the sequence shall consist of Hindi vowels. Currently not supported.
|
| IdeographDigital |
Specifies that the sequence shall consist of sequential numerical ideographs enclosed in a circle, using the appropriate character. Currently not supported.
|
| IdeographEnclosedCircle |
Specifies that the sequence shall consist of sequential numerical ideographs enclosed in a circle, using the appropriate character. Currently not supported.
|
| IdeographLegalTraditional |
Specifies that the sequence shall consist of traditional sequential numerical legal ideographs. Currently not supported.
|
| IdeographTraditional |
Specifies that the sequence shall consist of traditional sequential numerical ideographs. Currently not supported.
|
| IdeographZodiac |
Specifies that the sequence shall consist of traditional sequential numerical ideographs. Currently not supported.
|
| IdeographZodiacTraditional |
Specifies that the sequence shall consist of traditional sequential zodiac ideographs. Currently not supported.
|
| Iroha |
Specifies that the sequence shall consist of the iroha. Currently not supported.
|
| IrohaFullWidth |
Specifies that the sequence shall consist of the full-width forms of the iroha. Currently not supported.
|
| JapaneseCounting |
Specifies that the sequence shall consist of the full-width forms of the iroha. Currently not supported.
|
| JapaneseDigitalTenThousand |
Specifies that the sequence shall consist of sequential numbers from the Japanese digital ten thousand counting system. Currently not supported.
|
| JapaneseLegal |
Specifies that the sequence shall consist of sequential numbers from the Japanese legal counting system. Currently not supported.
|
| KoreanCounting |
Specifies that the sequence shall consist of sequential numbers from the Korean counting system. Currently not supported.
|
| KoreanDigital |
Specifies that the sequence shall consist of sequential numbers from the Korean digital counting system. Currently not supported.
|
| KoreanDigital2 |
Specifies that the sequence shall consist of sequential numbers from the Korean digital counting system. Currently not supported.
|
| KoreanLegal |
Specifies that the sequence shall consist of sequential numbers from the Korean legal numbering system. Currently not supported.
|
| LowerLetter |
Specifies that the sequence shall consist of the letters of the Latin alphabet in lower case. Example: a, b, c
|
| LowerRoman |
Specifies that the sequence shall consist of lowercase roman numerals. Example: i, ii, iii
|
| None |
Specifies the default numbering sequence (specifies that the sequence consists of decimal numbering).
|
| NumberInDash |
Specifies that the sequence shall consist of Arabic numbering surrounded by dash characters. Example: - 1 -, - 2 -, - 3 -
|
| Ordinal |
Specifies that the sequence shall consist 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 |
Specifies that the sequence shall consist 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 |
Specifies that the sequence shall consist of the letters of the Russian alphabet in lower case. Example: а, б, в
|
| RussianUpper |
Specifies that the sequence shall consist of the letters of the Russian alphabet in upper case. Example: А, Б, В
|
| TaiwaneseCounting |
Specifies that the sequence shall consist of sequential numbers from the Taiwanese counting system. Currently not supported.
|
| TaiwaneseCountingThousand |
Specifies that the sequence shall consist of sequential numbers from the Taiwanese counting thousand system. Currently not supported.
|
| TaiwaneseDigital |
Specifies that the sequence shall consist of sequential numbers from the Taiwanese digital counting system. Currently not supported.
|
| ThaiDescriptive |
Specifies that the sequence shall consist of sequential numbers from the Thai counting system. Currently not supported.
|
| ThaiLetters |
Specifies that the sequence shall consist of Thai letters. Currently not supported.
|
| ThaiNumbers |
Specifies that the sequence shall consist of Thai numerals. Currently not supported.
|
| UpperLetter |
Specifies that the sequence shall consist of the letters of the Latin alphabet in upper case. Example: A, B, C
|
| UpperRoman |
Specifies that the sequence shall consist of uppercase roman numerals. Example: I, II, III
|
| VietnameseDescriptive |
Specifies that the sequence shall consist of Vietnamese numerals. Currently not supported.
|
Values listed by this enumeration are used in the following members: