StringDigitSubstitute
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class StringDigitSubstitute extends System.Enum
The StringDigitSubstitute enumeration specifies how to substitute digits in a string according to a user’s locale or language.
Fields
Field | Description |
---|---|
User | Specifies a user-defined substitution scheme. |
None | Specifies to disable substitutions. |
National | Specifies substitution digits that correspond with the official national language of the user’s locale. |
Traditional | Specifies substitution digits that correspond with the user’s native script or language, which may be different from the official national language of the user’s locale. |
User
public static final int User
Specifies a user-defined substitution scheme.
None
public static final int None
Specifies to disable substitutions.
National
public static final int National
Specifies substitution digits that correspond with the official national language of the user’s locale.
Traditional
public static final int Traditional
Specifies substitution digits that correspond with the user’s native script or language, which may be different from the official national language of the user’s locale.