TemplateTableCellStyle

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val backgroundColor: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val height: Double? = null
Link copied to clipboard
Link copied to clipboard