public static enum TextStyle1_12_2.StyleType extends java.lang.Enum<TextStyle1_12_2.StyleType>
| Enum Constant and Description |
|---|
BOLD |
COLOR |
ITALICS |
OBFUSCATED |
STRIKETHROUGH |
UNDERLINE |
| Modifier and Type | Method and Description |
|---|---|
static TextStyle1_12_2.StyleType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextStyle1_12_2.StyleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextStyle1_12_2.StyleType BOLD
public static final TextStyle1_12_2.StyleType COLOR
public static final TextStyle1_12_2.StyleType ITALICS
public static final TextStyle1_12_2.StyleType OBFUSCATED
public static final TextStyle1_12_2.StyleType STRIKETHROUGH
public static final TextStyle1_12_2.StyleType UNDERLINE
public static TextStyle1_12_2.StyleType[] values()
for (TextStyle1_12_2.StyleType c : TextStyle1_12_2.StyleType.values()) System.out.println(c);
public static TextStyle1_12_2.StyleType 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