TableGeneratorThemes

open class TableGeneratorThemes

Functions

Link copied to clipboard
open fun DOTS(): TableGenerator
Get a new TableGenerator with this theme:
.......
:  :  :
:..:..:
:  :  :
:..:..:
Link copied to clipboard
open fun FANCY_BOARDER(): TableGenerator
Get a new TableGenerator with this theme:
 ┌──┬──┐
 │  │  │
 ├──┼──┤
 │  │  │
 └──┴──┘
Link copied to clipboard
open fun FANCY_BOARDER_GRAY(): TableGenerator
Get a new TableGenerator with gray boarders and with this theme:
 ┌──┬──┐
 │  │  │
 ├──┼──┤
 │  │  │
 └──┴──┘
Link copied to clipboard
open fun FANCY_DOUBLE_BOARDER(): TableGenerator
Get a new TableGenerator with this theme:
╔══╦══╗
║  ║  ║
╠══╬══╣
║  ║  ║
╚══╩══╝
Link copied to clipboard
open fun GITHUB(): TableGenerator
Get a new TableGenerator with this theme:

 |  |  |
 |--|--|
 |  |  |

Link copied to clipboard
open fun INVISIBLE_BOARDER(): TableGenerator
Get a new TableGenerator with invisible boarder lines.
Link copied to clipboard
open fun MYSQL(): TableGenerator
Get a new TableGenerator with this theme:
+--+--+
|  |  |
+--+--+
|  |  |
+--+--+
Link copied to clipboard
open fun NO_BOARDER(): TableGenerator
Get a new TableGenerator with no boarder lines.
Link copied to clipboard
open fun REDDIT(): TableGenerator
Get a new TableGenerator with this theme:

   |
 --|--
   |

Link copied to clipboard
open fun RST_SIMPLE(): TableGenerator
Get a new TableGenerator with this theme:
=======

=======

=======