public static enum TextColumnInfo.IndentationMode extends Enum<TextColumnInfo.IndentationMode>
indentation
after
newlines
.Enum Constant and Description |
---|
INDENT_AFTER_NEWLINE
|
NO_INDENT_AFTER_DOUBLE_NEWLINE
|
NO_INDENT_AFTER_NEWLINE
Do NOT add
indent for the first line, but for each following lines. |
Modifier and Type | Method and Description |
---|---|
static TextColumnInfo.IndentationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextColumnInfo.IndentationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextColumnInfo.IndentationMode NO_INDENT_AFTER_NEWLINE
public static final TextColumnInfo.IndentationMode NO_INDENT_AFTER_DOUBLE_NEWLINE
public static final TextColumnInfo.IndentationMode INDENT_AFTER_NEWLINE
public static TextColumnInfo.IndentationMode[] values()
for (TextColumnInfo.IndentationMode c : TextColumnInfo.IndentationMode.values()) System.out.println(c);
public static TextColumnInfo.IndentationMode 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 © 2001–2016 mmm-Team. All rights reserved.