TemplateTableOptions

data class TemplateTableOptions(val cellStyle: TemplateTableCellStyle? = null, val headerStyle: TemplateTableCellStyle? = null, val orientation: TemplateTableOrientation? = null, val rowAlternateColorOptions: TemplateRowAlternateColorOptions? = null)

Constructors

Link copied to clipboard
fun TemplateTableOptions(cellStyle: TemplateTableCellStyle? = null, headerStyle: TemplateTableCellStyle? = null, orientation: TemplateTableOrientation? = null, rowAlternateColorOptions: TemplateRowAlternateColorOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard