NumeralFormat enumeration
NumeralFormat enumeration
Indicates the symbol set that is used to represent numbers while rendering to fixed page formats.
Members
| Name | Description |
|---|---|
| EUROPEAN | European numerals: 0123456789. |
| ARABIC_INDIC | Numerals used in Arabic: ٠١٢٣٤٥٦٧٨٩. Unicode range U+0660 - u+0669. |
| EASTERN_ARABIC_INDIC | Numerals used in Persian and Urdu: ۰۱۲۳۴۵۶۷۸۹. Unicode range U+06F0 - u+06F9. |
| CONTEXT | Symbol set is decided from context(locale and RTL property). |
| SYSTEM | THIS OPTION IS NOT SUPPORTED. Symbol set is decided from regional settings. |
See Also
- module aspose.words.saving