Package | Description |
---|---|
net.sf.mmm.util.text.api |
Provides the API for utilities that help with textual operations.
|
net.sf.mmm.util.text.base |
Provides the base-implementation of text-util API.
|
Modifier and Type | Method and Description |
---|---|
int |
LineWrapper.wrap(Appendable appendable,
TextTableInfo tableInfo,
TextColumn... columns)
This method is like
LineWrapper.wrap(Appendable, TextTableInfo, String, TextColumnInfo, String, TextColumnInfo, String, TextColumnInfo)
for any number of columns. |
Modifier and Type | Class and Description |
---|---|
protected static class |
DefaultLineWrapper.ColumnState
This class represents the state of a text-column.
|
Modifier and Type | Method and Description |
---|---|
int |
DefaultLineWrapper.wrap(Appendable appendable,
TextTableInfo tableInfo,
TextColumn... columns) |
Copyright © 2001–2016 mmm-Team. All rights reserved.