public final class StringDigitSubstitute
extends com.aspose.ms.System.Enum
The enumeration specifies how to substitute digits in a string according to a user's locale or language.
Modifier and Type | Field and Description |
---|---|
static int |
National
Specifies substitution digits that correspond with the official national language of the user's locale.
|
static int |
None
Specifies to disable substitutions.
|
static 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.
|
static int |
User
Specifies a user-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, parseQuick, parseQuick, register, toObject, toString
public static final int User
Specifies a user-defined substitution scheme.
public static final int None
Specifies to disable substitutions.
public static final int National
Specifies substitution digits that correspond with the official national language of the user's locale.
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.