public static enum BidiAttributes.TextShaping extends java.lang.Enum<BidiAttributes.TextShaping>
Enum Constant and Description |
---|
TEXT_SHAPED |
TEXT_TASHKEEL_ISOLATED |
TEXT_UNSHAPED |
UNSPECIFIED |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static BidiAttributes.TextShaping |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BidiAttributes.TextShaping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BidiAttributes.TextShaping UNSPECIFIED
public static final BidiAttributes.TextShaping TEXT_SHAPED
public static final BidiAttributes.TextShaping TEXT_UNSHAPED
public static final BidiAttributes.TextShaping TEXT_TASHKEEL_ISOLATED
public static BidiAttributes.TextShaping[] values()
for (BidiAttributes.TextShaping c : BidiAttributes.TextShaping.values()) System.out.println(c);
public static BidiAttributes.TextShaping valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int getValue()