EmfPlusStringDigitSubstitution
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class EmfPlusStringDigitSubstitution extends System.Enum
The StringDigitSubstitution enumeration defines ways to substitute digits in a string according to a user’s locale or language.
Fields
Field | Description |
---|---|
StringDigitSubstitutionUser | Specifies an implementation-defined substitution scheme. |
StringDigitSubstitutionNone | Specifies to disable substitutions. |
StringDigitSubstitutionNational | Specifies substitution digits that correspond with the official national language of the user’s locale. |
StringDigitSubstitutionTraditional | Specifies substitution digits that correspond to the user’s native script or language, which can be different from the official national language of the user’s locale. |
StringDigitSubstitutionUser
public static final int StringDigitSubstitutionUser
Specifies an implementation-defined substitution scheme.
StringDigitSubstitutionNone
public static final int StringDigitSubstitutionNone
Specifies to disable substitutions.
StringDigitSubstitutionNational
public static final int StringDigitSubstitutionNational
Specifies substitution digits that correspond with the official national language of the user’s locale.
StringDigitSubstitutionTraditional
public static final int StringDigitSubstitutionTraditional
Specifies substitution digits that correspond to the user’s native script or language, which can be different from the official national language of the user’s locale.