DashboardTableCellStyleArgs

data class DashboardTableCellStyleArgs(val backgroundColor: Output<String>? = null, val border: Output<DashboardGlobalTableBorderOptionsArgs>? = null, val fontConfiguration: Output<DashboardFontConfigurationArgs>? = null, val height: Output<Double>? = null, val horizontalTextAlignment: Output<DashboardHorizontalTextAlignment>? = null, val textWrap: Output<DashboardTextWrap>? = null, val verticalTextAlignment: Output<DashboardVerticalTextAlignment>? = null, val visibility: Output<DashboardVisibility>? = null) : ConvertibleToJava<DashboardTableCellStyleArgs>

Constructors

Link copied to clipboard
constructor(backgroundColor: Output<String>? = null, border: Output<DashboardGlobalTableBorderOptionsArgs>? = null, fontConfiguration: Output<DashboardFontConfigurationArgs>? = null, height: Output<Double>? = null, horizontalTextAlignment: Output<DashboardHorizontalTextAlignment>? = null, textWrap: Output<DashboardTextWrap>? = null, verticalTextAlignment: Output<DashboardVerticalTextAlignment>? = null, visibility: Output<DashboardVisibility>? = null)

Properties

Link copied to clipboard
val backgroundColor: Output<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: Output<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
val textWrap: Output<DashboardTextWrap>? = null

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
val visibility: Output<DashboardVisibility>? = null

The visibility of the table cells.

Functions

Link copied to clipboard
open override fun toJava(): DashboardTableCellStyleArgs