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