UNPKG

devexpress-richedit

Version:

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

11 lines (10 loc) 545 B
import { TableRow } from '../../../../../../../../common/model/tables/main-structures/table-row'; import { Data } from '../../../../data'; import { ElementDestination, ElementHandlerTable } from '../../../destination'; export declare class TableRowPropertiesDestination extends ElementDestination { protected get elementHandlerTable(): ElementHandlerTable; static handlerTable: ElementHandlerTable; row: TableRow; constructor(data: Data, row: TableRow); static getThis(data: Data): TableRowPropertiesDestination; }