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) 499 B
import { XmlReader } from '../../../zip/xml-reader'; import { ElementHandlerTable } from '../destination'; import { FieldDestinationBase } from './field-destination-base'; export declare class FieldSimpleDestination extends FieldDestinationBase { static handlerTable: ElementHandlerTable; fieldCode: string; protected get elementHandlerTable(): ElementHandlerTable; processElementOpen(reader: XmlReader): Promise<void>; processElementClose(_reader: XmlReader): void; }