Click or drag to resize

ListPatternType Enumeration

Specifies type of the list numbering format.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum ListPatternType
Members
Member name Value Description
Arabic 0 Specifies default numbering format. Arabic numbering (1, 2, 3, ...)
UpRoman 1 Specifies UppRoman numbering format. Upper case Roman (I, II, III, ...)
LowRoman 2 Specifies LowRoman numbering format. Lower case Roman (i, ii, iii, ...)
UpLetter 3 Specifies UpLetter numbering format. Upper case Letter (A, B, C, ...)
LowLetter 4 Specifies LowLetter numbering format. Lower case letter (a, b, c, ...)
Ordinal 5 Specifies Ordinal numbering format. Ordinal (1st, 2nd, 3rd, ...)
CardinalText 6 Specifies Cardinal Text numbering format. Numbered (One, Two, Three, ...)
OrdinalText 7 Specifies Ordinal Text numbering format. Ordinal (text) (First, Second, Third, ...)
Hex 8 Specifies that the sequence shall consist of hexadecimal numbering.
Chicago 9 Chicago manual of style.
IdeographDigital 10 Specifies that the sequence shall consist of sequential numerical ideographs, using the appropriate character, as described below.
JapaneseCounting 11 Japanese Counting System. Specifies that the sequence shall consist of sequential numbers from the Japanese counting system.
Aiueo 12

Specifies that the sequence shall consist of one or more occurrences of a single

half-width katakana character from the set listed below, in the traditional

a-i-u-e-o order.

Iroha 13 Specifies that the sequence shall consist of the iroha.
DecimalFullWidth 14 Specifies that the sequence shall consist of full-width Arabic numbering.
DecimalHalfWidth 15 Specifies that the sequence shall consist of half-width Arabic numbering.
JapaneseLegal 16 Japanese Legal Numbering. Specifies that the sequence shall consist of sequential numbers from the Japanese legal counting system.
JapaneseDigitalTenThousand 17 Japanese Digital Ten Thousand Counting System. Specifies that the sequence shall consist of sequential numbers from the Japanese digital the thousand counting system.
DecimalEnclosedCircle 18 Decimal Numbers Enclosed in a Circle. Specifies that the sequence shall consist of sequential numbering enclosed in a circle,using the enclosed character.
DecimalFullWidth2 19
AiueoFullWidth 20 Specifies that the sequence shal consist of one or more occurrences of a single full-width katakana character,in the traditonal a-i-u-e-o order.
IrohaFullWidth 21 Specifies that the sequence shall consist of the full-width forms of the iroha.
LeadingZero 22 Specifies LeadingZero numbering format.
Bullet 23 Specifies Bullet numbering format.
Ganada 24 Specifies that the sequence shall consist of one or more occurrences of a single sequential number from the Korean Ganada format, from the set listed below.
Chosung 25 Specifies that the sequence shall consist of one or more occurrences of a single sequential number from the Korean Chosung format, from the set listed below.
DecimalEnclosedFullstop 26 Decimal numbers followed by a period. Specifies that the sequence shall consist of decimal numbering followed by a period,using the appropriate character,as described below.
DecimalEnclosedParen 27 Decimal numbers enclosed in parenthesis. Specifies that the sequence shall consist of decimal numbering enclosed in parentheses.
DecimalEnclosedCircleChinese 28 Identical to DecimalEnclosedCircle
IdeographEnclosedCircle 29 Specifies that the sequence shall consist of sequential numerical ideographs.
IdeographTraditional 30 Specifies that the sequence shall consist of sequential numerical traditonal ideographs.
IdeographZodiac 31 Specifies that the sequence shall consist of sequential numerical zodiac ideographs.
IdeographZodiacTraditional 32 Specifies that the sequence shall consist of sequential traditional zodiac ideographs.
TaiwaneseCounting 33 Specifies that the sequence shall consist of sequential numbers from the Taiwanese counting system.
IdeographLegalTraditional 34 Specifies that the sequence shall consist of sequential numerical traditional legal ideographs.
TaiwaneseCountingThousand 35 Specifies that the sequence shall consist of sequential numbers from the Taiwanese counting thousand system.
TaiwaneseDigital 36 Specifies that the sequence shall consist of sequential numbers from the Taiwanese digital counting system.
ChineseCounting 37 Specifies that the sequence shall consist of one or more occurrences of a single ascending number from the chinese counting system.
ChineseLegalSimplified 38 Specifies that the sequence shall consist of one or more occurrences of a single sequential number from the Chineses simplified legal format.
ChineseCountingThousand 39 Specifies that the sequence shall consist of one or more occurrences of a single sequential number from the Chineses counting thousand system.
SimpChinNum4 40
KoreanDigital 41 Korean Digital Counting System. Specifies that the sequence shall consist of sequential numbers from the Korean digital counting system.
KoreanCounting 42 Korean Counting System. Specifies that the sequence shall consist of sequential numbers from the Korean counting system.
KoreanLegal 43 Korean Legal numbering. Specifies that the sequence shall consist of sequential numbers from the Korean legal numbering system.
KoreanDigital2 44 Korean Digital Counting System Alternate. Specifies that the sequence shall consist of sequential numbers from the Korean digital counting system.
Hebrew1 45 Specifies that the sequence shall consist of Hebrew letters from the set listed below.
ArabicAlpha 46 Specifies that the sequence shall consist of one or more occurrences of a single character int the Arabic alphabet from the set listed below.
Hebrew2 47 Specifies that the sequence shall consist of the Hebrew alphabet.
ArabicAbjad 48 Specifies that the sequence shall consist of one or more occurrences of a single ascending Abjad numerall from the set listed below.
HindiVowels 49 Hindi vowels
HindiConsonants 50 Hindi consonants
HindiNumbers 51 Hindi numbers
HindiCounting 52 Hindi descriptive (cardinals)
ThaiLetters 53 Thai letters
ThaiNumbers 54 Thai numbers
ThaiCounting 55 Thai descriptive (cardinals)
VietnameseCounting 56 Vietnamese descriptive (cardinals)
NumberInDash 57 Page number format
LowercaseRussian 58 Lowercase Russian alphabet
UppercaseRussian 59 Uppercase Russian alphabet
None 255 Specifies None numbering format.
CustomType 65280 Specifies custom format.
See Also