Enum ListPatternType
Specifies type of the list numbering format.
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum ListPatternType
Fields
| Name | |
|---|---|
| Aiueo | Specifies the full-width Aiueo numbering style using Japanese Hiragana characters. |
| AiueoHalfWidth | Specifies the Aiueo numbering style in half-width Japanese Hiragana characters. |
| Arabic | Arabic format. |
| Arabic1 | Specifies the first Arabic numbering style. |
| Arabic2 | Specifies the second Arabic numbering style. |
| ArabicFullWidth | Specifies the Arabic numbering style in full-width characters. |
| ArabicHalfWidth | Specifies the Arabic numbering style in half-width characters. |
| Bullet | Bullet numbering format. |
| CardinalText | Specifies the cardinal text numbering style (e.g., One, Two, Three). |
| Chicago | Specifies that numbers are represented in the Chicago style (e.g., 1st, 2nd, 3rd) |
| ChineseCountingThousand | Specifies chinese counting thousand format. |
| Chosung | Specifies the Chosung numbering style using Korean characters. |
| Custom | Specifies a custom numbering style.. |
| DecimalFullWidth | Specifies the decimal numbering style in full-width characters. |
| FarEast | Far east numbering format. |
| Ganada | Specifies the Ganada numbering style using the Korean alphabet. |
| GBNum1 | Specifies the GB numbering style 1, used in simplified Chinese. |
| GBNum2 | Specifies the GB numbering style 2, used in simplified Chinese. |
| GBNum3 | Specifies the GB numbering style 3, used in simplified Chinese. |
| GBNum4 | Specifies the GB numbering style 4, used in simplified Chinese. |
| Hangul | Specifies the Hangul numbering style using the Korean alphabet. |
| Hanja | Specifies the Hanja numbering style using the Korean characters. |
| HanjaRead | Specifies the Hanja reading numbering style. |
| HanjaReadDigit | Specifies the Hanja reading digit numbering style. |
| Hebrew1 | Specifies the first Hebrew numbering style. |
| Hebrew2 | Specifies the second Hebrew numbering style. |
| Hex | Specifies that numbers are represented in hexadecimal format (e.g., 0x1F, 0x2A) |
| HindiArabic | Specifies the Hindi Arabic numbering style. |
| HindiCardinalText | Specifies that numbers are represented as Hindi cardinal text. |
| HindiLetter1 | Specifies the first Hindi letter numbering style. |
| HindiLetter2 | Specifies the second Hindi letter numbering style. |
| Iroha | Specifies the Iroha full-width numbering style using Japanese Hiragana characters. |
| IrohaHalfWidth | |
| Kanji | Specifies that numbers are represented in traditional Kanji characters. |
| KanjiDigit | Specifies japanese counting format. |
| KanjiTraditional | Specifies the traditional Kanji numbering style. |
| KanjiTraditional2 | Specifies the second traditional Kanji numbering style. |
| LeadingZero | Leading zero numbering format. |
| LowercaseRussian | Specifies that numbers are represented using lowerCase Russian alphabet characters. |
| LowLetter | Lower case letter numbering format. |
| LowRoman | Lower roman numbering format. |
| None | Specifies None numbering format. |
| Number | Number numbering format. |
| NumberInCircle | Specifies that numbers are represented inside circles. |
| NumberInDash | Specifies that numbers are represented with dashes (e.g., 1- , 2- , 3-). |
| Ordinal | Ordinal numbering format. |
| OrdinalText | Ordinal text numbering format. |
| SimpChinNum1 | Specifies the simplified Chinese numbering style 1. |
| SimpChinNum2 | Specifies the simplified Chinese numbering style 2. |
| SimpChinNum3 | Specifies the Simplified Chinese counting thousand numbering style. |
| Special | Special numbering format. |
| ThaiArabic | Specifies the Thai Arabic numbering style. |
| ThaiCardinalText | Specifies that numbers are represented as Thai cardinal text. |
| ThaiLetter | Specifies the Thai letter numbering style. |
| TradChinNum1 | Specifies the traditional Chinese numbering style 1. |
| TradChinNum2 | Specifies the traditional Chinese numbering style 2. |
| TradChinNum3 | Specifies the traditional Chinese numbering style 3. |
| TradChinNum4 | Specifies the traditional Chinese numbering style 4. |
| UpLetter | Upper case letter numbering format. |
| UppercaseRussian | Specifies that numbers are represented using uppercase Russian alphabet characters. |
| UpRoman | Upper roman numbering format. |
| VietCardinalText | Specifies that numbers are represented as Vietnamese cardinal text. |
| Zodiac1 | Specifies the Zodiac numbering style 1. |
| Zodiac2 | Specifies the Zodiac numbering style 2. |
| Zodiac3 | Specifies the Zodiac numbering style 3. |