TemplateTableCellStyleArgs

data class TemplateTableCellStyleArgs(val backgroundColor: Output<String>? = null, val border: Output<TemplateGlobalTableBorderOptionsArgs>? = null, val fontConfiguration: Output<TemplateFontConfigurationArgs>? = null, val height: Output<Double>? = null, val horizontalTextAlignment: Output<TemplateHorizontalTextAlignment>? = null, val textWrap: Output<TemplateTextWrap>? = null, val verticalTextAlignment: Output<TemplateVerticalTextAlignment>? = null, val visibility: Output<TemplateVisibility>? = null) : ConvertibleToJava<TemplateTableCellStyleArgs>

Constructors

Link copied to clipboard
fun TemplateTableCellStyleArgs(backgroundColor: Output<String>? = null, border: Output<TemplateGlobalTableBorderOptionsArgs>? = null, fontConfiguration: Output<TemplateFontConfigurationArgs>? = null, height: Output<Double>? = null, horizontalTextAlignment: Output<TemplateHorizontalTextAlignment>? = null, textWrap: Output<TemplateTextWrap>? = null, verticalTextAlignment: Output<TemplateVerticalTextAlignment>? = null, visibility: Output<TemplateVisibility>? = null)

Functions

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

Properties

Link copied to clipboard
val backgroundColor: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val height: Output<Double>? = null
Link copied to clipboard
val textWrap: Output<TemplateTextWrap>? = null
Link copied to clipboard
Link copied to clipboard
val visibility: Output<TemplateVisibility>? = null