TemplateTableBorderOptions

data class TemplateTableBorderOptions(val color: String? = null, val style: TemplateTableBorderStyle? = null, val thickness: Double? = null)

Constructors

Link copied to clipboard
constructor(color: String? = null, style: TemplateTableBorderStyle? = null, thickness: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val color: String? = null

The color of a table border.

Link copied to clipboard

The style (none, solid) of a table border.

Link copied to clipboard
val thickness: Double? = null

The thickness of a table border.