Package | Description |
---|---|
fc.io | |
fc.util |
Modifier and Type | Method and Description |
---|---|
TablePrinter.PrintConfig |
TablePrinter.PrintConfig.setAlign(HAlign align)
Sets the alignment of each cell.
|
Modifier and Type | Field and Description |
---|---|
static HAlign |
HAlign.CENTER |
static HAlign |
HAlign.LEFT |
static HAlign |
HAlign.RIGHT |
Modifier and Type | Method and Description |
---|---|
static String |
StringUtil.fixedWidth(String str,
int width,
HAlign align)
Calls
StringUtil.fixedWidth(String, int, HAlign, char) specifying
the padding character as a blank space. |
static String |
StringUtil.fixedWidth(String str,
int width,
HAlign align,
char paddingChar)
Converts the specified String into a fixed width string.
|