Adds header (one or more header cells).
Adds header (one or more header cells).
Header cells. For multi-line cells - use Seq(...).
Adds row (one or more row cells).
Adds row (one or more row cells).
Row cells. For multi-line cells - use Seq(...).
Adds single header cell.
Adds single header cell.
One or more cell lines.
Adds single row cell.
Adds single row cell.
One or more row cells. Multiple lines will be printed on separate lines.
Flag indicating whether of not to automatically draw horizontal lines for multiline rows.
Ends data row.
Sets current header style.
Sets current header style.
Header style to set.
Gets current header style.
Flag indicating whether or not to draw inside horizontal lines between individual rows.
Sets table's margin.
Sets table's margin.
Top margin.
Right margin.
Bottom margin.
Left margin.
Maximum width of the cell.
Maximum width of the cell. If any line in the cell exceeds this width it will be cut in two or more lines.
NOTE: it doesn't include into account the padding. Only the actual string length is counted.
Renders this table.
Sets current row style.
Sets current row style.
Row style to set.
Gets current row style.
Starts data row.
Overview
Provides
ASCII-based table with minimal styling support.