[]
Defines possible numbering styles.
public enum NumberingStyle
Public Enum NumberingStyle
Name | Description |
---|---|
DecimalArabic | Decimal Arabic numerals. |
LowercaseLetters | Lowercase letters (a to z for the first 26 pages, aa to zz for the next 26, and so on). |
LowercaseRoman | Lowercase Roman numerals. |
Unknown | Value is unknown. |
Unset | Value is not specified. |
UppercaseLetters | Uppercase letters (A to Z for the first 26 pages, AA to ZZ for the next 26, and so on). |
UppercaseRoman | Uppercase Roman numerals. |