⚠️ WarningNightly documentation ahead. Switch to the stable editor documentation.
Typedef

TableCellPropertiesOptions (table)

@ckeditor/ckeditor5-table/src/tablecellproperties

Object

The configuration of the table cell default properties feature.

Filtering

Properties

  • The default background-color of the table cell.

  • The default border-color of the table cell.

  • borderStyle : String

    The default border-style of the table cell.

    Defaults to 'none'

  • The default border-width of the table cell.

  • The default height of the table cell.

  • horizontalAlignment : String

    The default horizontalAlignment of the table cell.

    Defaults to 'center'

  • The default padding of the table cell.

  • verticalAlignment : String

    The default verticalAlignment of the table cell.

    Defaults to 'middle'

  • The default width of the table cell.