TableCellStyle

The table cell style for a cell in pivot table or table visual.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The background color for the table cells.

Link copied to clipboard

The borders for the table cells.

Link copied to clipboard

The font configuration of the table cells.

Link copied to clipboard
val height: Int?

The height color for the table cells.

Link copied to clipboard

The horizontal text alignment (left, center, right, auto) for the table cells.

Link copied to clipboard

The text wrap (none, wrap) for the table cells.

Link copied to clipboard

The vertical text alignment (top, middle, bottom) for the table cells.

Link copied to clipboard

The visibility of the table cells.

Functions

Link copied to clipboard
inline fun copy(block: TableCellStyle.Builder.() -> Unit = {}): TableCellStyle
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String