| Enum Constant and Description |
|---|
TEXT_CHAR |
TEXT_GET_BOUNDS |
TEXT_PAGE_SPACE |
TEXT_RUN |
| Modifier and Type | Method and Description |
|---|---|
static TextFlags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextFlags TEXT_RUN
public static final TextFlags TEXT_CHAR
public static final TextFlags TEXT_PAGE_SPACE
public static final TextFlags TEXT_GET_BOUNDS
public static TextFlags[] values()
for (TextFlags c : TextFlags.values()) System.out.println(c);
public static TextFlags 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 null