TXTFormat | 
TXTFormat.horizontalCellBorder(boolean newHorizontalCellBorder) | 
 Whether the horizontal cell border (line between data cells) should be
 displayed. 
 | 
TXTFormat | 
TXTFormat.horizontalHeaderBorder(boolean newHorizontalHeaderBorder) | 
 Whether the horizontal header border (line between header and data cells)
 should be displayed. 
 | 
TXTFormat | 
TXTFormat.horizontalTableBorder(boolean newHorizontalTableBorder) | 
 Whether the horizontal table border (top and bottom line) should be
 displayed. 
 | 
TXTFormat | 
TXTFormat.intersectLines(boolean newIntersectLines) | 
 Whether horizontal and vertical lines should be intersected with a
 '+' symbol. 
 | 
TXTFormat | 
TXTFormat.maxColWidth(int newMaxColWidth) | 
 The minimum column width, defaulting to no limit. 
 | 
TXTFormat | 
TXTFormat.maxRows(int newMaxRows) | 
 The maximum number of rows to be included in the format, defaulting to all rows. 
 | 
TXTFormat | 
TXTFormat.minColWidth(int newMinColWidth) | 
 The minimum column width, defaulting to 4 
 | 
TXTFormat | 
TXTFormat.verticalCellBorder(boolean newVerticalCellBorder) | 
 Whether the vertical cell borders (lines between data cells) should be
 displayed. 
 | 
TXTFormat | 
TXTFormat.verticalTableBorder(boolean newVerticalTableBorder) | 
 Whether the vertical table border (left and right most lines) should be
 displayed. 
 |