static Border.Builder |
Border.asciiCompact() |
Col1 Col2 Col3 Numeric Column
---------------------------------- --------- ------------------------ ----------------
Value 1 Value 2 123 10.0
Separate cols with a tab or 4 spaces -2,027.1
This is a row with only one cell
|
static Border.Builder |
Border.asciiDots() |
........................................................................................
|
static Border.Builder |
Border.asciiSeparated() |
+==================================+=========+========================+================+
| Col1 | Col2 | Col3 | Numeric Column |
+==================================+=========+========================+================+
| Value 1 | Value 2 | 123 | 10.0 |
+----------------------------------+---------+------------------------+----------------+
| Separate | cols | with a tab or 4 spaces | -2,027.1 |
+----------------------------------+---------+------------------------+----------------+
| This is a row with only one cell | | | |
+----------------------------------+---------+------------------------+----------------+
|
static Border.Builder |
Border.builder() |
|
static Border.Builder |
Border.csv() |
|
Border.Builder |
Border.Builder.escape(java.util.function.Function<java.lang.String,java.lang.String> escape) |
|
Border.Builder |
Border.Builder.first(java.lang.String left,
java.lang.String middle,
java.lang.String inner,
java.lang.String right) |
|
Border.Builder |
Border.Builder.first(Line.Builder first) |
|
static Border.Builder |
Border.githubMarkdown() |
| Col1 | Col2 | Col3 | Numeric Column |
|----------------------------------|---------|------------------------|----------------|
| Value 1 | Value 2 | 123 | 10.0 |
| Separate | cols | with a tab or 4 spaces | -2,027.1 |
| This is a row with only one cell | | | |
|
Border.Builder |
Border.Builder.header(java.lang.String left,
java.lang.String middle,
java.lang.String inner,
java.lang.String right) |
|
Border.Builder |
Border.Builder.header(Line.Builder header) |
|
Border.Builder |
Border.Builder.inner(java.lang.String left,
java.lang.String middle,
java.lang.String inner,
java.lang.String right) |
|
Border.Builder |
Border.Builder.inner(Line.Builder inner) |
|
Border.Builder |
Border.Builder.last(java.lang.String left,
java.lang.String middle,
java.lang.String inner,
java.lang.String right) |
|
Border.Builder |
Border.Builder.last(Line.Builder last) |
|
static Border.Builder |
Border.mysqlStyle() |
+----------------------------------+---------+------------------------+----------------+
| Col1 | Col2 | Col3 | Numeric Column |
+----------------------------------+---------+------------------------+----------------+
| Value 1 | Value 2 | 123 | 10.0 |
| Separate | cols | with a tab or 4 spaces | -2,027.1 |
| This is a row with only one cell | | | |
+----------------------------------+---------+------------------------+----------------+
|
static Border.Builder |
Border.redditMarkdown() |
Col1 | Col2 | Col3 | Numeric Column
----------------------------------|---------|------------------------|----------------
Value 1 | Value 2 | 123 | 10.0
Separate | cols | with a tab or 4 spaces | -2,027.1
This is a row with only one cell | | |
|
static Border.Builder |
Border.reStructuredTextGrid() |
+----------------------------------+---------+------------------------+----------------+
| Col1 | Col2 | Col3 | Numeric Column |
+==================================+=========+========================+================+
| Value 1 | Value 2 | 123 | 10.0 |
| Separate | cols | with a tab or 4 spaces | -2,027.1 |
| This is a row with only one cell | | | |
+----------------------------------+---------+------------------------+----------------+
|
static Border.Builder |
Border.reStructuredTextSimple() |
================================== ========= ======================== ================
Col1 Col2 Col3 Numeric Column
================================== ========= ======================== ================
Value 1 Value 2 123 10.0
Separate cols with a tab or 4 spaces -2,027.1
This is a row with only one cell
================================== ========= ======================== ================
|
Border.Builder |
Border.Builder.row(java.lang.String left,
java.lang.String inner,
java.lang.String right) |
|
Border.Builder |
Border.Builder.row(Line.Builder middle) |
|
static Border.Builder |
Border.tsv() |
|
static Border.Builder |
Border.unicodeDouble() |
╔══════════════════════════════════╦═════════╦════════════════════════╦════════════════╗
║ Col1 ║ Col2 ║ Col3 ║ Numeric Column ║
╠══════════════════════════════════╬═════════╬════════════════════════╬════════════════╣
║ Value 1 ║ Value 2 ║ 123 ║ 10.0 ║
║ Separate ║ cols ║ with a tab or 4 spaces ║ -2,027.1 ║
║ This is a row with only one cell ║ ║ ║ ║
╚══════════════════════════════════╩═════════╩════════════════════════╩════════════════╝
|
static Border.Builder |
Border.unicodeSingle() |
┌──────────────────────────────────┬─────────┬────────────────────────┬────────────────┐
│ Col1 │ Col2 │ Col3 │ Numeric Column │
├──────────────────────────────────┼─────────┼────────────────────────┼────────────────┤
│ Value 1 │ Value 2 │ 123 │ 10.0 │
│ Separate │ cols │ with a tab or 4 spaces │ -2,027.1 │
│ This is a row with only one cell │ │ │ │
└──────────────────────────────────┴─────────┴────────────────────────┴────────────────┘
|
static Border.Builder |
Border.unicodeSingleSeparated() |
┌──────────────────────────────────┬─────────┬────────────────────────┬────────────────┐
│ Col1 │ Col2 │ Col3 │ Numeric Column │
├──────────────────────────────────┼─────────┼────────────────────────┼────────────────┤
│ Value 1 │ Value 2 │ 123 │ 10.0 │
├──────────────────────────────────┼─────────┼────────────────────────┼────────────────┤
│ Separate │ cols │ with a tab or 4 spaces │ -2,027.1 │
├──────────────────────────────────┼─────────┼────────────────────────┼────────────────┤
│ This is a row with only one cell │ │ │ │
└──────────────────────────────────┴─────────┴────────────────────────┴────────────────┘
|
static Border.Builder |
Border.whitespaceCompact() |
Col1 Col2 Col3 Numeric Column
Value 1 Value 2 123 10.0
Separate cols with a tab or 4 spaces -2,027.1
This is a row with only one cell
|
static Border.Builder |
Border.whitespaceSeparated() |
Col1 Col2 Col3 Numeric Column
Value 1 Value 2 123 10.0
Separate cols with a tab or 4 spaces -2,027.1
This is a row with only one cell
|