RowHolderBuilder

Functions

Link copied to clipboard
abstract fun row(init: RowBuilder.() -> Unit)

Add a row.

abstract fun row(vararg cells: Any?, init: RowBuilder.() -> Unit = {})

Add a row with one or more cells.

Link copied to clipboard
abstract fun rowFrom(cells: Iterable<Any?>, init: RowBuilder.() -> Unit = {})

Add all cells from an iterable.

Link copied to clipboard
abstract fun rowStyles(style1: TextStyle, style2: TextStyle, vararg styles: TextStyle)

Add styles to alternating rows. If there are more rows than styles, the styles will loop.