Analysis Table Cell Style Args
data class AnalysisTableCellStyleArgs(val backgroundColor: Output<String>? = null, val border: Output<AnalysisGlobalTableBorderOptionsArgs>? = null, val fontConfiguration: Output<AnalysisFontConfigurationArgs>? = null, val height: Output<Double>? = null, val horizontalTextAlignment: Output<AnalysisHorizontalTextAlignment>? = null, val textWrap: Output<AnalysisTextWrap>? = null, val verticalTextAlignment: Output<AnalysisVerticalTextAlignment>? = null, val visibility: Output<AnalysisVisibility>? = null) : ConvertibleToJava<AnalysisTableCellStyleArgs>
Constructors
Link copied to clipboard
constructor(backgroundColor: Output<String>? = null, border: Output<AnalysisGlobalTableBorderOptionsArgs>? = null, fontConfiguration: Output<AnalysisFontConfigurationArgs>? = null, height: Output<Double>? = null, horizontalTextAlignment: Output<AnalysisHorizontalTextAlignment>? = null, textWrap: Output<AnalysisTextWrap>? = null, verticalTextAlignment: Output<AnalysisVerticalTextAlignment>? = null, visibility: Output<AnalysisVisibility>? = null)
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
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.