public static enum TextDescription.TextKind extends java.lang.Enum<TextDescription.TextKind>
Enum Constant and Description |
---|
htmlSnippet
HTML snippet, the content of the document
body section. |
textNoNL
Text without any formatting, without any new line characters.
|
textWithNL
Text without any formatting, but having one or more new line characters.
|
Modifier and Type | Method and Description |
---|---|
static TextDescription.TextKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextDescription.TextKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextDescription.TextKind textNoNL
public static final TextDescription.TextKind textWithNL
public static final TextDescription.TextKind htmlSnippet
body
section.public static TextDescription.TextKind[] values()
for (TextDescription.TextKind c : TextDescription.TextKind.values()) System.out.println(c);
public static TextDescription.TextKind 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 nullCopyright 2009-2015 Tatjana (Tanja) Kostic