|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.aspose.imaging.StringDigitSubstitute
public final class StringDigitSubstitute
The enumeration specifies how to substitute digits in a string according to a user's locale or language.
Field Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int National
Specifies substitution digits that correspond with the official national language of the user's locale.
public static final int None
Specifies to disable substitutions.
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.
public static final int User
Specifies a user-defined substitution scheme.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |