TableCellPropertiesOptions
interface
The configuration of the table cell default properties feature.
Properties
backgroundColor : string | undefinedmodule:table/tableconfig~TableCellPropertiesOptions#backgroundColorThe default
background-colorof the table cell.borderColor : string | undefinedmodule:table/tableconfig~TableCellPropertiesOptions#borderColorThe default
border-colorof the table cell.borderStyle : string | undefinedmodule:table/tableconfig~TableCellPropertiesOptions#borderStyleborderWidth : string | undefinedmodule:table/tableconfig~TableCellPropertiesOptions#borderWidthThe default
border-widthof the table cell.height : string | undefinedmodule:table/tableconfig~TableCellPropertiesOptions#heightThe default
heightof the table cell.horizontalAlignment : string | undefinedmodule:table/tableconfig~TableCellPropertiesOptions#horizontalAlignmentThe default
horizontalAlignmentof the table cell.Defaults to
'center'padding : string | undefinedmodule:table/tableconfig~TableCellPropertiesOptions#paddingThe default
paddingof the table cell.verticalAlignment : string | undefinedmodule:table/tableconfig~TableCellPropertiesOptions#verticalAlignmentwidth : string | undefinedmodule:table/tableconfig~TableCellPropertiesOptions#widthThe default
widthof the table cell.