TableAstBuilder

A builder of table content.

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun build(): List<Node>

Builds the tree.

Link copied to clipboard
fun column(header: InlineAstBuilder.() -> Unit, alignment: Table.Alignment = Table.Alignment.NONE, block: ColumnAstBuilder.() -> Unit)
Link copied to clipboard
fun node(node: Node)

Adds a node to the tree.

Link copied to clipboard
operator fun Node.unaryPlus()

Adds this node to the tree. Shorthand for node (DSL syntactic sugar). Usage: +node