UNPKG

devexpress-richedit

Version:

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

10 lines (9 loc) 479 B
import { TableCell } from '../../../../../../../../common/model/tables/main-structures/table-cell'; import { XmlReader } from '../../../../../zip/xml-reader'; import { Data } from '../../../../data'; import { LeafElementDestination } from '../../../destination'; export declare class TableCellStyleDestination extends LeafElementDestination { cell: TableCell; constructor(data: Data, cell: TableCell); processElementOpen(reader: XmlReader): Promise<void>; }