Table

class Table(source)

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun cellStyle(block: CellStyle.() -> Unit)
Link copied to clipboard
fun header(block: Header.() -> Unit)
Link copied to clipboard
fun row(block: Row.() -> Unit)
Link copied to clipboard
open override fun toString(): String