AnalysisTableCellStyle

data class AnalysisTableCellStyle(val backgroundColor: String? = null, val border: AnalysisGlobalTableBorderOptions? = null, val fontConfiguration: AnalysisFontConfiguration? = null, val height: Double? = null, val horizontalTextAlignment: AnalysisHorizontalTextAlignment? = null, val textWrap: AnalysisTextWrap? = null, val verticalTextAlignment: AnalysisVerticalTextAlignment? = null, val visibility: AnalysisVisibility? = null)

Constructors

Link copied to clipboard
constructor(backgroundColor: String? = null, border: AnalysisGlobalTableBorderOptions? = null, fontConfiguration: AnalysisFontConfiguration? = null, height: Double? = null, horizontalTextAlignment: AnalysisHorizontalTextAlignment? = null, textWrap: AnalysisTextWrap? = null, verticalTextAlignment: AnalysisVerticalTextAlignment? = null, visibility: AnalysisVisibility? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val backgroundColor: String? = null

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: Double? = null

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.