|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BorderStyle in org.nocrala.tools.texttablefmt |
---|
Constructors in org.nocrala.tools.texttablefmt with parameters of type BorderStyle | |
---|---|
StreamingTable(java.lang.Appendable appendable,
int totalColumns,
BorderStyle borderStyle)
Creates a streaming table that will write to an Appendable
object using a specific border style, showing
ShownBorders.SURROUND_HEADER_AND_COLUMNS separators, no XML
escaping and no left margin. |
|
StreamingTable(java.lang.Appendable appendable,
int totalColumns,
BorderStyle borderStyle,
ShownBorders shownBorders)
Creates a streaming table that will write to an Appendable
object using specific border style and shown borders, no XML
escaping and no left margin. |
|
StreamingTable(java.lang.Appendable appendable,
int totalColumns,
BorderStyle borderStyle,
ShownBorders shownBorders,
boolean escapeXml)
Creates a streaming table that will write to an Appendable
object using specific border style, shown borders and XML
escaping and without left margin. |
|
StreamingTable(java.lang.Appendable appendable,
int totalColumns,
BorderStyle borderStyle,
ShownBorders shownBorders,
boolean escapeXml,
int leftMargin)
Creates a streaming table that will write to an Appendable
object using specific border style, shown borders, XML
escaping and left margin. |
|
StreamingTable(java.lang.Appendable appendable,
int totalColumns,
BorderStyle borderStyle,
ShownBorders shownBorders,
boolean escapeXml,
java.lang.String prompt)
Creates a streaming table that will write to an Appendable
object using specific border style, shown borders, XML
escaping and left margin. |
|
Table(int totalColumns,
BorderStyle borderStyle)
Creates a table using the specified border style and ShownBorders.SURROUND_HEADER_AND_COLUMNS , no XML
escaping and no left margin. |
|
Table(int totalColumns,
BorderStyle borderStyle,
ShownBorders shownBorders)
Creates a table using the specified border style and shown borders, with no XML escaping and no left margin. |
|
Table(int totalColumns,
BorderStyle borderStyle,
ShownBorders shownBorders,
boolean escapeXml)
Creates a table using the specified border style and shown borders, XML escaping and no left margin. |
|
Table(int totalColumns,
BorderStyle borderStyle,
ShownBorders shownBorders,
boolean escapeXml,
int leftMargin)
Creates a table using the specified border style and shown borders, XML escaping and left margin. |
|
Table(int totalColumns,
BorderStyle borderStyle,
ShownBorders shownBorders,
boolean escapeXml,
java.lang.String prompt)
Creates a table using the specified border style and shown borders, XML escaping and left margin. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |