TableCellPropertiesOptions
interface
The configuration of the table cell default properties feature.
Properties
-
backgroundColor : string | undefined
module:table/tableconfig~TableCellPropertiesOptions#backgroundColor
The default
background-color
of the table cell. -
borderColor : string | undefined
module:table/tableconfig~TableCellPropertiesOptions#borderColor
The default
border-color
of the table cell. -
borderStyle : string | undefined
module:table/tableconfig~TableCellPropertiesOptions#borderStyle
-
borderWidth : string | undefined
module:table/tableconfig~TableCellPropertiesOptions#borderWidth
The default
border-width
of the table cell. -
height : string | undefined
module:table/tableconfig~TableCellPropertiesOptions#height
The default
height
of the table cell. -
horizontalAlignment : string | undefined
module:table/tableconfig~TableCellPropertiesOptions#horizontalAlignment
The default
horizontalAlignment
of the table cell.Defaults to
'center'
-
padding : string | undefined
module:table/tableconfig~TableCellPropertiesOptions#padding
The default
padding
of the table cell. -
verticalAlignment : string | undefined
module:table/tableconfig~TableCellPropertiesOptions#verticalAlignment
-
width : string | undefined
module:table/tableconfig~TableCellPropertiesOptions#width
The default
width
of the table cell.