Package | Description |
---|---|
net.sf.mmm.util.text.api |
Provides the API for utilities that help with textual operations.
|
Modifier and Type | Field and Description |
---|---|
private TextColumnInfo.IndentationMode |
TextColumnInfo.indentationMode |
Modifier and Type | Method and Description |
---|---|
TextColumnInfo.IndentationMode |
TextColumnInfo.getIndentationMode()
This method gets the
TextColumnInfo.IndentationMode that defines when to add an indentation . |
static TextColumnInfo.IndentationMode |
TextColumnInfo.IndentationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextColumnInfo.IndentationMode[] |
TextColumnInfo.IndentationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TextColumnInfo.setIndentationMode(TextColumnInfo.IndentationMode indentationMode)
This method sets the
indentation-mode . |
Copyright © 2001–2016 mmm-Team. All rights reserved.