UNPKG

devexpress-richedit

Version:

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

40 lines (39 loc) 885 B
export declare enum JSONSection { StartPos = 0, Length = 1, Properties = 2, Headers = 3, Footers = 4 } export declare enum JSONColumnInfoProperty { Width = 0, Space = 1 } export declare enum JSONMergeSectionsCommandProperty { SectionIndex = 0, GetPropertiesFromNext = 1 } export declare enum JSONInsertSectionCommandProperty { Position = 0, SectionProperties = 1 } export declare enum JSONSectionProperty { MarginLeft = 0, MarginTop = 1, MarginRight = 2, MarginBottom = 3, ColumnCount = 4, Space = 5, ColumnsInfo = 6, PageWidth = 7, PageHeight = 8, StartType = 9, Landscape = 10, EqualWidthColumns = 11, DifferentFirstPage = 12, HeaderOffset = 13, FooterOffset = 14, PaperKind = 15, FirstPageNumber = 16, ContinueNumbering = 17 }