TablePropertiesOptions
interface
The configuration of the table default properties feature.
Properties
-
alignment : string | undefined
module:table/tableconfig~TablePropertiesOptions#alignment
-
backgroundColor : string | undefined
module:table/tableconfig~TablePropertiesOptions#backgroundColor
The default
background-color
of the table. -
borderColor : string | undefined
module:table/tableconfig~TablePropertiesOptions#borderColor
The default
border-color
of the table. -
borderStyle : string | undefined
module:table/tableconfig~TablePropertiesOptions#borderStyle
-
borderWidth : string | undefined
module:table/tableconfig~TablePropertiesOptions#borderWidth
The default
border-width
of the table. -
height : string | undefined
module:table/tableconfig~TablePropertiesOptions#height
The default
height
of the table. -
width : string | undefined
module:table/tableconfig~TablePropertiesOptions#width
The default
width
of the table.