See: Description
| Interface | Description |
|---|---|
| AsciiTableTheme |
A theme for an
AsciiTable. |
| AT_ColumnWidthCalculator |
Calculates the width of columns for an
AsciiTable. |
| AT_Renderer |
Standard renderer for
AsciiTable. |
| AT_Themes |
Collection of themes for an
AsciiTable. |
| Class | Description |
|---|---|
| AsciiTable |
An ASCII table with some formatting options.
|
| AT_Cell |
Cell of an
AT_RuleRow. |
| AT_CellContext |
Context (all configuration parameters) for an
AT_Cell. |
| AT_Context |
Context for an
AsciiTable. |
| AT_Row |
Row of an
AsciiTable. |
| AT_RowContext |
Context for an
AT_Row. |
| CWC_AbsoluteEven |
Calculates the width of table columns using an absolute table width evenly distributed over all columns.
|
| CWC_FixedWidth |
Calculates the width of table columns using a fixed width for each column.
|
| CWC_LongestLine |
Calculates the width of table columns using the longest line in a column.
|
| CWC_LongestWord |
Calculates the width of table columns using the longest word in a column.
|
| CWC_LongestWordMax |
Calculates the width of table columns using the longest word in a column with maximum column width settings.
|
| CWC_LongestWordMin |
Calculates the width of table columns using the longest word in a column with minimum column width settings.
|
| Exception | Description |
|---|---|
| AsciiTableException |
Standard exception for ASCII tables.
|
ASCII table - A simple tool to format tables with various row/column options for indentation, indentation character, alignment, padding (left, right, both), padding characters (left, right, both), and in-line whitespace characters.
Copyright © 2014–2017. All rights reserved.