Aspose::Words::Saving::NumeralFormat enum

NumeralFormat enum

Indicates the symbol set that is used to represent numbers while rendering to fixed page formats.

enum class NumeralFormat

Values

NameValueDescription
European0European numerals: 0123456789.
ArabicIndic1Numerals used in Arabic: ٠١٢٣٤٥٦٧٨٩. Unicode range U+0660 - u+0669.
EasternArabicIndic2Numerals used in Persian and Urdu: ۰۱۲۳۴۵۶۷۸۹. Unicode range U+06F0 - u+06F9.
Context3Symbol set is decided from context(locale and RTL property).
System4THIS OPTION IS NOT SUPPORTED. Symbol set is decided from regional settings.

See Also