TableCellPropertiesOptions (table)
@ckeditor/ckeditor5-table/src/tablecellproperties
The configuration of the table cell default properties feature.
Filtering
Properties
-
backgroundColor : String
module:table/tablecellproperties~TableCellPropertiesOptions#backgroundColor
The default
background-color
of the table cell. -
borderColor : String
module:table/tablecellproperties~TableCellPropertiesOptions#borderColor
The default
border-color
of the table cell. -
borderStyle : String | undefined
module:table/tablecellproperties~TableCellPropertiesOptions#borderStyle
The default
border-style
of the table cell.Defaults to
'none'
-
borderWidth : String
module:table/tablecellproperties~TableCellPropertiesOptions#borderWidth
The default
border-width
of the table cell. -
height : String
module:table/tablecellproperties~TableCellPropertiesOptions#height
The default
height
of the table cell. -
horizontalAlignment : String | undefined
module:table/tablecellproperties~TableCellPropertiesOptions#horizontalAlignment
The default
horizontalAlignment
of the table cell.Defaults to
'center'
-
padding : String
module:table/tablecellproperties~TableCellPropertiesOptions#padding
The default
padding
of the table cell. -
verticalAlignment : String | undefined
module:table/tablecellproperties~TableCellPropertiesOptions#verticalAlignment
The default
verticalAlignment
of the table cell.Defaults to
'middle'
-
width : String
module:table/tablecellproperties~TableCellPropertiesOptions#width
The default
width
of the table cell.
Every day, we work hard to keep our documentation complete. Have you spotted outdated information? Is something missing? Please report it via our issue tracker.