UNPKG

devexpress-richedit

Version:

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

12 lines (11 loc) 261 B
export declare enum SectionGutterAlignment { Left = 0, Right = 1, Top = 2, Bottom = 3 } export declare class RtfMarginsInfo { gutter: number; gutterAlignment: SectionGutterAlignment; copyFrom(obj: RtfMarginsInfo): void; }