devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
8 lines (7 loc) • 360 B
TypeScript
import { XmlReader } from '../../../zip/xml-reader';
import { ElementDestination, ElementHandlerTable } from '../destination';
export declare class TextDestination extends ElementDestination {
protected get elementHandlerTable(): ElementHandlerTable;
processText(reader: XmlReader): boolean;
replaceLineBreakOnSpace(text: string): string;
}