static TableFormats.TableBuilder |
TableFormats.ascii() |
TableFormats.TableBuilder |
TableFormats.TableBuilder.header(boolean visible) |
TableFormats.TableBuilder |
TableFormats.TableBuilder.innerHLines(boolean visible) |
TableFormats.TableBuilder |
TableFormats.TableBuilder.innerVLines(boolean visible) |
TableFormats.TableBuilder |
TableFormats.TableBuilder.outerHLines(boolean visible) |
TableFormats.TableBuilder |
TableFormats.TableBuilder.outerVLines(boolean visible) |
static TableFormats.TableBuilder |
TableFormats.unicode() |
TableFormats.TableBuilder |
TableFormats.TableBuilder.vsplit(int width,
String text) |
TableFormats.TableBuilder |
TableFormats.TableBuilder.vsplit(int width,
String topText,
String text,
String bottomText) |
TableFormats.TableBuilder |
TableFormats.TableBuilder.vsplit(String text) |
TableFormats.TableBuilder |
TableFormats.TableBuilder.vsplit(VerticalSplitter vsplit) |