devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
8 lines (7 loc) • 407 B
TypeScript
import { SectionProperties } from '../../../../../../common/model/section/section-properties';
import { LeafElementDestination } from '../destination';
import { XmlReader } from '../../../zip/xml-reader';
export declare class SectionLineNumberingDestination extends LeafElementDestination {
protected get secProps(): SectionProperties;
processElementOpen(reader: XmlReader): Promise<void>;
}