public final class EmfPlusStringDigitSubstitution
extends com.aspose.ms.System.Enum
The StringDigitSubstitution enumeration defines ways to substitute digits in a string according to a user's locale or language.
Modifier and Type | Field and Description |
---|---|
static int |
StringDigitSubstitutionNational
Specifies substitution digits that correspond with the official national language of the user's locale.
|
static int |
StringDigitSubstitutionNone
Specifies to disable substitutions.
|
static 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.
|
static int |
StringDigitSubstitutionUser
Specifies an implementation-defined substitution scheme.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int StringDigitSubstitutionUser
Specifies an implementation-defined substitution scheme.
public static final int StringDigitSubstitutionNone
Specifies to disable substitutions.
public static final int StringDigitSubstitutionNational
Specifies substitution digits that correspond with the official national language of the user's locale.
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.