public static enum TinyMceEditor.FormatType extends Enum<TinyMceEditor.FormatType>
| Enum Constant and Description |
|---|
BOLD |
BOLD_FMT_TXT |
BULLET |
BULLET_FMT_TXT |
BULLET_TEXT |
COLOR |
COLOR_CODE |
COLOR_FONT |
DEFAULT |
ITALIC |
ITALIC_FMT_TXT |
NUMBER |
NUMBER_FMT_TXT |
REDO |
UNDER_LINED_FMT_TXT |
UNDERLINED |
UNDO |
| Modifier and Type | Method and Description |
|---|---|
static TinyMceEditor.FormatType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TinyMceEditor.FormatType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TinyMceEditor.FormatType BOLD
public static final TinyMceEditor.FormatType ITALIC
public static final TinyMceEditor.FormatType UNDERLINED
public static final TinyMceEditor.FormatType NUMBER
public static final TinyMceEditor.FormatType BULLET
public static final TinyMceEditor.FormatType BOLD_FMT_TXT
public static final TinyMceEditor.FormatType ITALIC_FMT_TXT
public static final TinyMceEditor.FormatType UNDER_LINED_FMT_TXT
public static final TinyMceEditor.FormatType BULLET_FMT_TXT
public static final TinyMceEditor.FormatType NUMBER_FMT_TXT
public static final TinyMceEditor.FormatType COLOR
public static final TinyMceEditor.FormatType COLOR_CODE
public static final TinyMceEditor.FormatType UNDO
public static final TinyMceEditor.FormatType REDO
public static final TinyMceEditor.FormatType DEFAULT
public static final TinyMceEditor.FormatType COLOR_FONT
public static final TinyMceEditor.FormatType BULLET_TEXT
public static TinyMceEditor.FormatType[] values()
for (TinyMceEditor.FormatType c : TinyMceEditor.FormatType.values()) System.out.println(c);
public static TinyMceEditor.FormatType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2013. All Rights Reserved.