UNPKG

devexpress-richedit

Version:

DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.

9 lines (8 loc) 434 B
import { SectionProperties } from '../../../../../../common/model/section/section-properties'; import { XmlReader } from '../../../zip/xml-reader'; import { LeafElementDestination } from '../destination'; export declare class SectionPageSizeDestination extends LeafElementDestination { protected get secProps(): SectionProperties; processElementOpen(reader: XmlReader): Promise<void>; private validatePaperKind; }