Template Table Side Border Options
data class TemplateTableSideBorderOptions(val bottom: TemplateTableBorderOptions? = null, val innerHorizontal: TemplateTableBorderOptions? = null, val innerVertical: TemplateTableBorderOptions? = null, val left: TemplateTableBorderOptions? = null, val right: TemplateTableBorderOptions? = null, val top: TemplateTableBorderOptions? = null)
Constructors
Link copied to clipboard
fun TemplateTableSideBorderOptions(bottom: TemplateTableBorderOptions? = null, innerHorizontal: TemplateTableBorderOptions? = null, innerVertical: TemplateTableBorderOptions? = null, left: TemplateTableBorderOptions? = null, right: TemplateTableBorderOptions? = null, top: TemplateTableBorderOptions? = null)