devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
10 lines (9 loc) • 606 B
TypeScript
import { TableCellProperties } from '../../../../../../common/model/tables/properties/table-cell-properties';
import { Data } from '../../data';
import { ElementHandlerTable } from '../destination';
import { TableCellPropertiesElementBaseDestination } from '../table/cell/properties/table-cell-properties-element-base-destination';
export declare class TableCellBordersDestination extends TableCellPropertiesElementBaseDestination {
static handlerTable: ElementHandlerTable;
static getProps(data: Data): TableCellProperties;
protected get elementHandlerTable(): ElementHandlerTable;
}