System::Globalization::DigitShapes enum
DigitShapes enum
Specifies display of digits.
enum class DigitShapes : int32_t
Values
| Name | Value | Description | 
|---|---|---|
| Context | 0 | Digit shape depends on previous text. | 
| None | 1 | Digit shape is not changed. | 
| NativeNational | 2 | ASCII digits 0..9 replaced by native national digits. | 
See Also
- Namespace System::Globalization
 - Library Aspose.Page for C++