Specifies type of the list numbering format.
Namespace: Spire.Doc.DocumentsAssembly: 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
| Member | 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, ...)
|
| Chicago | 9 |
Chicago manual of style.
|
| 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.
|
| 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.
|
| JapaneseCounting | 11 |
Japanese Counting System.
Specifies that the sequence shall consist of sequential numbers from
the Japanese counting system.
|
| 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 | |
| LeadingZero | 22 |
Specifies LeadingZero numbering format.
|
| Bullet | 23 |
Specifies Bullet numbering format.
|
| DecimalEnclosedFullstop | 26 |
Decimal numbers followed by a period.
Specifies that the sequence shall consist of decimal numbering followed by a period.
|
| DecimalEnclosedParen | 27 |
Decimal numbers enclosed in parenthesis.
Specifies that the sequence shall consist of decimal numbering enclosed in parentheses.
|
| DecimalEnclosedCircleChinese | 28 |
Identical to DecimalEnclosedCircle
|
| 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.
|
| 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.
|
| 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.
|
| IdeographDigital | 10 | |
| IrohaFullWidth | 21 |
Specifies that the sequence shall consist of the full-width forms of the iroha.
|
| 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.
|
| IdeographEnclosedCircle | 29 |
Specifies that the sequence shall consist of sequential numerical 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 |
Sperifies 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 Chiness simplified legal format.
|
| ChineseCountingThousand | 39 |
Specifies that the sequence shall consist of one or more occurrences of
a single sequential number from the Chiness counting thousand system.
|
| Special | 58 |
IsSpecial numbering format.
|
| NumberInDash | 57 | |
| None | 255 |
Specifies None numbering format.
|
| CustomType | 256 |
Specifies custom format.
|