devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
8 lines (7 loc) • 377 B
TypeScript
import { TableCell } from '../../../../../../../../common/model/tables/main-structures/table-cell';
import { Data } from '../../../../data';
import { ElementDestination } from '../../../destination';
export declare abstract class TableCellPropertiesElementBaseDestination extends ElementDestination {
cell: TableCell;
constructor(data: Data, cell: TableCell);
}