com.sodius.mdw.core.model
Class RichTextType
java.lang.Object
AbstractEnumerator
com.sodius.mdw.core.model.RichTextType
public class RichTextType
- extends AbstractEnumerator
Enumeration of known rich text formats.
This class cannot be instantiated or subclassed by clients.
- Since:
- MDWorkbench 3.1.0
- See Also:
RichText
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PLAIN_TEXT
public static final int PLAIN_TEXT
- See Also:
- Constant Field Values
PLAIN_TEXT_LITERAL
public static final RichTextType PLAIN_TEXT_LITERAL
XHTML
public static final int XHTML
- See Also:
- Constant Field Values
XHTML_LITERAL
public static final RichTextType XHTML_LITERAL
RTF
public static final int RTF
- See Also:
- Constant Field Values
RTF_LITERAL
public static final RichTextType RTF_LITERAL
VALUES
public static final List<RichTextType> VALUES
get
public static RichTextType get(String name)
get
public static RichTextType get(int value)