Package org.nocrala.tools.texttablefmt

Class Summary
BorderStyle Border style define the actual character(s) that will be rendered as borders, when a border or separator is shown.
CellStyle Defines how the content of a cell is rendered.
ShownBorders A ShownBorders define which borders and internal separators are rendered.
StreamingTable Text table generator with reduced memory usage.
Table In-memory text table generator.
 

Enum Summary
CellStyle.AbbreviationStyle This enumeration is used to specify how to reduce a text to fit it in a small cell.
CellStyle.HorizontalAlign This enumeration is used to specify how a text is horizontally aligned in a cell.
CellStyle.NullStyle This enumeration is used to specify how to display cell with null values.
 



Nocrala tools.