devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
7 lines (6 loc) • 442 B
TypeScript
import { TableCellProperties } from '../../../../../../common/model/tables/properties/table-cell-properties';
import { XmlReader } from '../../../zip/xml-reader';
import { TableBorderElementDestinationBase } from './table-border-element-destination-base';
export declare class TableCellBorderElementDestination extends TableBorderElementDestinationBase<TableCellProperties> {
processElementOpen(reader: XmlReader): Promise<void>;
}