Aspose::Words::NumSpacing enum
NumSpacing enum
Specifies possible values in which numeral spacing can be displayed.
enum class NumSpacing
Values
Name | Value | Description |
---|---|---|
Default | 0 | Specifies that numerals are displayed in the font’s default form. |
Proportional | 1 | Specifies that the forms of the numerals designed as proportionally spaced are displayed if supported by the font. |
Tabular | 2 | Specifies that the forms of the numerals designed as tabular are displayed if supported by the font. |
See Also
- Namespace Aspose::Words
- Library Aspose.Words for C++