devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
10 lines (9 loc) • 503 B
TypeScript
import { XmlReader } from '../../../zip/xml-reader';
import { ElementDestination, ElementHandlerTable, LeafElementDestination } from '../destination';
export declare class DocumentSettingsDocVarsDestination extends ElementDestination {
static handlerTable: ElementHandlerTable;
protected get elementHandlerTable(): ElementHandlerTable;
}
export declare class DocumentSettingsDocVarDestination extends LeafElementDestination {
processElementOpen(reader: XmlReader): Promise<void>;
}