UNPKG

devexpress-richedit

Version:

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

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