Enum PageNumberStyle
Specifies the number style for a page.
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum PageNumberStyle
Fields
| Name | Description |
|---|---|
| Aiueo | Specifies the Aiueo numbering style in full-width Japanese Hiragana characters in the traditional a-i-u-e-o order. |
| AiueoHalfWidth | Specifies the Aiueo numbering style in half-width Japanese Hiragana characters. |
| Arabic | Arabic. |
| 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 | Specifies that items are marked with bullets instead of numbers. |
| 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). |
| 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. |
| 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 | Specifies the Iroha numbering style in half-width Japanese Hiragana characters. |
| Kanji | Specifies that numbers are represented in traditional Kanji characters. |
| KanjiDigit | Specifies the Japanese counting format. |
| KanjiTraditional | Specifies the traditional Kanji numbering style. |
| KanjiTraditional2 | Specifies the second traditional Kanji numbering style. |
| LeadingZero | Specifies that numbers are represented with leading zeros (e.g., 01, 02, 03). |
| LetterLower | Lower case letter. |
| LetterUpper | Upper case letter. |
| LowercaseRussian | Specifies that numbers are represented using lowercase Russian alphabet characters. |
| None | Specifies that no number style is applied. |
| NumberInCircle | Specifies that numbers are represented inside circles. |
| NumberInDash | Specifies that numbers are represented with dashes (e.g., 1- , 2- , 3-). |
| Ordinal | Specifies that numbers are represented in ordinal format (e.g., 1st, 2nd, 3rd). |
| OrdinalText | Specifies that numbers are represented as ordinal text (e.g., First, Second, Third). |
| RomanLower | Lower case roman. |
| RomanUpper | Upper case roman. |
| SimpChinNum1 | Specifies the simplified Chinese numbering style 1. |
| SimpChinNum2 | Specifies the simplified Chinese numbering style 2. |
| SimpChinNum3 | Specifies the simplified Chinese numbering style 3. |
| 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. |
| UppercaseRussian | Specifies that numbers are represented using uppercase Russian alphabet characters. |
| 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. |