Specifies type of the list numbering format.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum ListPatternType
Public Enumeration ListPatternType
public enum class ListPatternType
type ListPatternType

Members

MemberValueDescription
Arabic0
Specifies default numbering format. Arabic numbering (1, 2, 3, ...)
UpRoman1
Specifies UppRoman numbering format. Upper case Roman (I, II, III, ...)
LowRoman2
Specifies LowRoman numbering format. Lower case Roman (i, ii, iii, ...)
UpLetter3
Specifies UpLetter numbering format. Upper case Letter (A, B, C, ...)
LowLetter4
Specifies LowLetter numbering format. Lower case letter (a, b, c, ...)
Ordinal5
Specifies Ordinal numbering format. Ordinal (1st, 2nd, 3rd, ...)
CardinalText6
Specifies Cardinal Text numbering format. Numbered (One, Two, Three, ...)
OrdinalText7
Specifies Ordinal Text numbering format. Ordinal (text) (First, Second, Third, ...)
Chicago9
Chicago manual of style.
DecimalFullWidth14
Specifies that the sequence shall consist of full-width Arabic numbering.
DecimalHalfWidth15
Specifies that the sequence shall consist of half-width Arabic numbering.
Hebrew145
Specifies that the sequence shall consist of Hebrew letters from the set listed below.
ArabicAlpha46
Specifies that the sequence shall consist of one or more occurrences of a single character int the Arabic alphabet from the set listed below.
Hebrew247
Specifies that the sequence shall consist of the Hebrew alphabet.
ArabicAbjad48
Specifies that the sequence shall consist of one or more occurrences of a single ascending Abjad numerall from the set listed below.
JapaneseCounting11
Japanese Counting System. Specifies that the sequence shall consist of sequential numbers from the Japanese counting system.
JapaneseLegal16
Japanese Legal Numbering. Specifies that the sequence shall consist of sequential numbers from the Japanese legal counting system.
JapaneseDigitalTenThousand17
Japanese Digital Ten Thousand Counting System. Specifies that the sequence shall consist of sequential numbers from the Japanese digital the thousand counting system.
DecimalEnclosedCircle18
Decimal Numbers Enclosed in a Circle. Specifies that the sequence shall consist of sequential numbering enclosed in a circle,using the enclosed character.
DecimalFullWidth219
LeadingZero22
Specifies LeadingZero numbering format.
Bullet23
Specifies Bullet numbering format.
DecimalEnclosedFullstop26
Decimal numbers followed by a period. Specifies that the sequence shall consist of decimal numbering followed by a period.
DecimalEnclosedParen27
Decimal numbers enclosed in parenthesis. Specifies that the sequence shall consist of decimal numbering enclosed in parentheses.
DecimalEnclosedCircleChinese28
Identical to DecimalEnclosedCircle
KoreanDigital41
Korean Digital Counting System. Specifies that the sequence shall consist of sequential numbers from the Korean digital counting system.
KoreanCounting42
Korean Counting System. Specifies that the sequence shall consist of sequential numbers from the Korean counting system.
KoreanLegal43
Korean Legal numbering. Specifies that the sequence shall consist of sequential numbers from the Korean legal numbering system.
KoreanDigital244
Korean Digital Counting System Alternate. Specifies that the sequence shall consist of sequential numbers from the Korean digital counting system.
AiueoFullWidth20
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.
Aiueo12

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.

Iroha13
Specifies that the sequence shall consist of the iroha.
IdeographDigital10
IrohaFullWidth21
Specifies that the sequence shall consist of the full-width forms of the iroha.
IdeographTraditional30
Specifies that the sequence shall consist of sequential numerical traditonal ideographs.
IdeographZodiac31
Specifies that the sequence shall consist of sequential numerical zodiac ideographs.
IdeographEnclosedCircle29
Specifies that the sequence shall consist of sequential numerical ideographs.
IdeographZodiacTraditional32
Specifies that the sequence shall consist of sequential traditional zodiac ideographs.
TaiwaneseCounting33
Specifies that the sequence shall consist of sequential numbers from the Taiwanese counting system.
IdeographLegalTraditional34
Sperifies that the sequence shall consist of sequential numerical traditional legal ideographs.
TaiwaneseCountingThousand35
Specifies that the sequence shall consist of sequential numbers from the Taiwanese counting thousand system.
TaiwaneseDigital36
Specifies that the sequence shall consist of sequential numbers from the Taiwanese digital counting system.
ChineseCounting37
Specifies that the sequence shall consist of one or more occurrences of a single ascending number from the chinese counting system.
ChineseLegalSimplified38
Specifies that the sequence shall consist of one or more occurrences of a single sequential number from the Chiness simplified legal format.
ChineseCountingThousand39
Specifies that the sequence shall consist of one or more occurrences of a single sequential number from the Chiness counting thousand system.
Special58
IsSpecial numbering format.
NumberInDash57
None255
Specifies None numbering format.
CustomType256
Specifies custom format.

See Also