Typedef

TableCellPropertiesOptions (table)

@ckeditor/ckeditor5-table/src/tablecellproperties

typedef
Object

The configuration of the table cell default properties feature.

Filtering

Properties

  • backgroundColor : String

    The default background-color of the table cell.

  • borderColor : String

    The default border-color of the table cell.

  • borderStyle : String | undefined

    The default border-style of the table cell.

    Defaults to 'none'

  • borderWidth : String

    The default border-width of the table cell.

  • height : String

    The default height of the table cell.

  • horizontalAlignment : String | undefined

    The default horizontalAlignment of the table cell.

    Defaults to 'center'

  • padding : String

    The default padding of the table cell.

  • verticalAlignment : String | undefined

    The default verticalAlignment of the table cell.

    Defaults to 'middle'

  • width : String

    The default width of the table cell.