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-colorof the table.
- borderColor : string | undefined- module:table/tableconfig~TablePropertiesOptions#borderColor- The default - border-colorof the table.
- borderStyle : string | undefined- module:table/tableconfig~TablePropertiesOptions#borderStyle
- borderWidth : string | undefined- module:table/tableconfig~TablePropertiesOptions#borderWidth- The default - border-widthof the table.
- height : string | undefined- module:table/tableconfig~TablePropertiesOptions#height- The default - heightof the table.
- width : string | undefined- module:table/tableconfig~TablePropertiesOptions#width- The default - widthof the table.