AnalysisTableOptionsArgs

data class AnalysisTableOptionsArgs(val cellStyle: Output<AnalysisTableCellStyleArgs>? = null, val headerStyle: Output<AnalysisTableCellStyleArgs>? = null, val orientation: Output<AnalysisTableOrientation>? = null, val rowAlternateColorOptions: Output<AnalysisRowAlternateColorOptionsArgs>? = null) : ConvertibleToJava<AnalysisTableOptionsArgs>

Constructors

Link copied to clipboard
constructor(cellStyle: Output<AnalysisTableCellStyleArgs>? = null, headerStyle: Output<AnalysisTableCellStyleArgs>? = null, orientation: Output<AnalysisTableOrientation>? = null, rowAlternateColorOptions: Output<AnalysisRowAlternateColorOptionsArgs>? = null)

Properties

Link copied to clipboard

The table cell style of table cells.

Link copied to clipboard

The table cell style of a table header.

Link copied to clipboard

The orientation (vertical, horizontal) for a table.

Link copied to clipboard

The row alternate color options (widget status, row alternate colors) for a table.

Functions

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