Namespace: Spire.Xls.Core.Converter.General.Word.Documents
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
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 | |
| UpRoman | 1 | |
| LowRoman | 2 | |
| UpLetter | 3 | |
| LowLetter | 4 | |
| Ordinal | 5 | |
| CardinalText | 6 | |
| OrdinalText | 7 | |
| Chicago | 9 | |
| DecimalFullWidth | 14 | |
| DecimalHalfWidth | 15 | |
| Hebrew1 | 45 | |
| ArabicAlpha | 46 | |
| Hebrew2 | 47 | |
| ArabicAbjad | 48 | |
| JapaneseCounting | 11 | |
| JapaneseLegal | 16 | |
| JapaneseDigitalTenThousand | 17 | |
| DecimalEnclosedCircle | 18 | |
| DecimalFullWidth2 | 19 | |
| LeadingZero | 22 | |
| Bullet | 23 | |
| DecimalEnclosedFullstop | 26 | |
| DecimalEnclosedCircleChinese | 28 | |
| KoreanDigital | 41 | |
| KoreanCounting | 42 | |
| KoreanLegal | 43 | |
| KoreanDigital2 | 44 | |
| AiueoFullWidth | 20 | |
| Aiueo | 12 | |
| Iroha | 13 | |
| IdeographDigital | 10 | |
| IrohaFullWidth | 21 | |
| IdeographTraditional | 30 | |
| IdeographZodiac | 31 | |
| IdeographEnclosedCircle | 29 | |
| IdeographZodiacTraditional | 32 | |
| TaiwaneseCounting | 33 | |
| IdeographLegalTraditional | 34 | |
| TaiwaneseCountingThousand | 35 | |
| TaiwaneseDigital | 36 | |
| ChineseCounting | 37 | |
| ChineseLegalSimplified | 38 | |
| ChineseCountingThousand | 39 | |
| Special | 58 | |
| NumberInDash | 57 | |
| None | 255 | |
| CustomType | 256 |