CellBuilder

Properties

Link copied to clipboard
abstract var align: TextAlign?
Link copied to clipboard
abstract var cellBorders: Borders?

Borders around each individual cell.

Link copied to clipboard
abstract var columnSpan: Int

Set the number of columns that this cell should span. The value will be truncated to the width of the table.

Link copied to clipboard
abstract var overflowWrap: OverflowWrap?
Link copied to clipboard
abstract var padding: Padding?

The padding around each cell

Link copied to clipboard
abstract var rowSpan: Int

Set the number of rows that this cell should span.

Link copied to clipboard
abstract var style: TextStyle?
Link copied to clipboard

Vertical alignment of cell contents

Link copied to clipboard
abstract var whitespace: Whitespace?

Functions

Link copied to clipboard
open fun padding(block: Padding.Builder.() -> Unit)

open fun padding(all: Int)

Set the padding around each cell

Link copied to clipboard
open fun style(color: Color? = null, bgColor: Color? = null, bold: Boolean = false, italic: Boolean = false, underline: Boolean = false, dim: Boolean = false, inverse: Boolean = false, strikethrough: Boolean = false, hyperlink: String? = null)