Template Table Cell Style
data class TemplateTableCellStyle(val backgroundColor: String? = null, val border: TemplateGlobalTableBorderOptions? = null, val fontConfiguration: TemplateFontConfiguration? = null, val height: Double? = null, val horizontalTextAlignment: TemplateHorizontalTextAlignment? = null, val textWrap: TemplateTextWrap? = null, val verticalTextAlignment: TemplateVerticalTextAlignment? = null, val visibility: TemplateVisibility? = null)
Constructors
Link copied to clipboard
fun TemplateTableCellStyle(backgroundColor: String? = null, border: TemplateGlobalTableBorderOptions? = null, fontConfiguration: TemplateFontConfiguration? = null, height: Double? = null, horizontalTextAlignment: TemplateHorizontalTextAlignment? = null, textWrap: TemplateTextWrap? = null, verticalTextAlignment: TemplateVerticalTextAlignment? = null, visibility: TemplateVisibility? = null)