Aspose::Words::NumSpacing enum

NumSpacing enum

Specifies possible values in which numeral spacing can be displayed.

enum class NumSpacing

Values

NameValueDescription
Default0Specifies that numerals are displayed in the font’s default form.
Proportional1Specifies that the forms of the numerals designed as proportionally spaced are displayed if supported by the font.
Tabular2Specifies that the forms of the numerals designed as tabular are displayed if supported by the font.

See Also