devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
9 lines (8 loc) • 445 B
TypeScript
import { TableRow } from '../../../../../../../../common/model/tables/main-structures/table-row';
import { Data } from '../../../../data';
import { ElementDestination, ElementHandlerTable } from '../../../destination';
export declare class TableRowPropertiesLeafElementDestination extends ElementDestination {
row: TableRow;
constructor(data: Data, row: TableRow);
protected get elementHandlerTable(): ElementHandlerTable;
}