TemplateTableSideBorderOptionsArgs

data class TemplateTableSideBorderOptionsArgs(val bottom: Output<TemplateTableBorderOptionsArgs>? = null, val innerHorizontal: Output<TemplateTableBorderOptionsArgs>? = null, val innerVertical: Output<TemplateTableBorderOptionsArgs>? = null, val left: Output<TemplateTableBorderOptionsArgs>? = null, val right: Output<TemplateTableBorderOptionsArgs>? = null, val top: Output<TemplateTableBorderOptionsArgs>? = null) : ConvertibleToJava<TemplateTableSideBorderOptionsArgs>

Constructors

Link copied to clipboard
constructor(bottom: Output<TemplateTableBorderOptionsArgs>? = null, innerHorizontal: Output<TemplateTableBorderOptionsArgs>? = null, innerVertical: Output<TemplateTableBorderOptionsArgs>? = null, left: Output<TemplateTableBorderOptionsArgs>? = null, right: Output<TemplateTableBorderOptionsArgs>? = null, top: Output<TemplateTableBorderOptionsArgs>? = null)

Properties

Link copied to clipboard

The table border options of the bottom border.

Link copied to clipboard

The table border options of the inner horizontal border.

Link copied to clipboard

The table border options of the inner vertical border.

Link copied to clipboard

The table border options of the left border.

Link copied to clipboard

The table border options of the right border.

Link copied to clipboard
val top: Output<TemplateTableBorderOptionsArgs>? = null

The table border options of the top border.

Functions

Link copied to clipboard
open override fun toJava(): TemplateTableSideBorderOptionsArgs