UNPKG

devexpress-richedit

Version:

DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.

7 lines (6 loc) 658 B
import { TableCellProperties } from '../../../../../model/tables/properties/table-cell-properties'; import { TableProperties } from '../../../../../model/tables/properties/table-properties'; import { TableRowProperties } from '../../../../../model/tables/properties/table-row-properties'; export declare function applyTablePropertiesUseValues(props: TableProperties, styleProps: TableProperties): void; export declare function applyTableRowPropertiesUseValues(props: TableRowProperties, styleProps: TableRowProperties): void; export declare function applyTableCellPropertiesUseValues(props: TableCellProperties, styleProps: TableCellProperties): void;