TemplateGlobalTableBorderOptions

data class TemplateGlobalTableBorderOptions(val sideSpecificBorder: TemplateTableSideBorderOptions? = null, val uniformBorder: TemplateTableBorderOptions? = null)

Constructors

Link copied to clipboard
constructor(sideSpecificBorder: TemplateTableSideBorderOptions? = null, uniformBorder: TemplateTableBorderOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Determines the options for side specific border.

Link copied to clipboard

Determines the options for uniform border.