public static enum TinyMce.Format extends Enum<TinyMce.Format>
| Enum Constant and Description | 
|---|
| BLOCKQUOTE | 
| HEADING2 | 
| PARAGRAPH | 
| PREFORMATTED | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getTagName() | 
| String | getTitle() | 
| static TinyMce.Format | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static TinyMce.Format[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final TinyMce.Format PARAGRAPH
public static final TinyMce.Format HEADING2
public static final TinyMce.Format BLOCKQUOTE
public static final TinyMce.Format PREFORMATTED
public static TinyMce.Format[] values()
for (TinyMce.Format c : TinyMce.Format.values()) System.out.println(c);
public static TinyMce.Format 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 nullpublic String getTitle()
public String getTagName()
Copyright © 2003–2017 Atlassian. All rights reserved.