Enum NumeralFormat

Enum NumeralFormat

Namespace: Aspose.Words.Saving
Assembly: Aspose.Words.dll (25.3.0)

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

public enum NumeralFormat

Fields

ArabicIndic = 1

Numerals used in Arabic: ٠١٢٣٤٥٦٧٨٩. Unicode range U+0660 - u+0669.

Context = 3

Symbol set is decided from context(locale and RTL property).

EasternArabicIndic = 2

Numerals used in Persian and Urdu: ۰۱۲۳۴۵۶۷۸۹. Unicode range U+06F0 - u+06F9.

European = 0

European numerals: 0123456789.

System = 4

THIS OPTION IS NOT SUPPORTED. Symbol set is decided from regional settings.