protected static enum HtmlSerializerInnerOuterText.HtmlSerializerTextBuilder.Mode extends Enum<HtmlSerializerInnerOuterText.HtmlSerializerTextBuilder.Mode>
Enum Constant and Description |
---|
PLAIN
The mode for plain.
|
WHITE_SPACE_NORMAL
Sequences of white space are collapsed.
|
WHITE_SPACE_PRE
Sequences of white space are preserved.
|
WHITE_SPACE_PRE_LINE
Sequences of white space are collapsed.
|
Modifier and Type | Method and Description |
---|---|
static HtmlSerializerInnerOuterText.HtmlSerializerTextBuilder.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlSerializerInnerOuterText.HtmlSerializerTextBuilder.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlSerializerInnerOuterText.HtmlSerializerTextBuilder.Mode PLAIN
public static final HtmlSerializerInnerOuterText.HtmlSerializerTextBuilder.Mode WHITE_SPACE_NORMAL
public static final HtmlSerializerInnerOuterText.HtmlSerializerTextBuilder.Mode WHITE_SPACE_PRE
public static final HtmlSerializerInnerOuterText.HtmlSerializerTextBuilder.Mode WHITE_SPACE_PRE_LINE
public static HtmlSerializerInnerOuterText.HtmlSerializerTextBuilder.Mode[] values()
for (HtmlSerializerInnerOuterText.HtmlSerializerTextBuilder.Mode c : HtmlSerializerInnerOuterText.HtmlSerializerTextBuilder.Mode.values()) System.out.println(c);
public static HtmlSerializerInnerOuterText.HtmlSerializerTextBuilder.Mode 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 © 2002–2024 Gargoyle Software Inc.. All rights reserved.