Interface

TableCellPropertiesOptions (table)

@ckeditor/ckeditor5-table/src/tableconfig

interface

The configuration of the table cell default properties feature.

Filtering

Properties

  • backgroundColor : string | undefined

    The default background-color of the table cell.

  • borderColor : string | undefined

    The default border-color of the table cell.

  • borderStyle : string | undefined

    The default border-style of the table cell.

    Defaults to 'none'

  • borderWidth : string | undefined

    The default border-width of the table cell.

  • height : string | undefined

    The default height of the table cell.

  • horizontalAlignment : string | undefined

    The default horizontalAlignment of the table cell.

    Defaults to 'center'

  • padding : string | undefined

    The default padding of the table cell.

  • verticalAlignment : string | undefined

    The default verticalAlignment of the table cell.

    Defaults to 'middle'

  • width : string | undefined

    The default width of the table cell.