UNPKG

devexpress-richedit

Version:

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

62 lines (61 loc) 1.57 kB
export declare enum JSONParagraphFormattingProperty { Alignment = 0, FirstLineIndent = 1, FirstLineIndentType = 2, LeftIndent = 3, LineSpacing = 4, LineSpacingType = 5, RightIndent = 6, SpacingBefore = 7, SpacingAfter = 8, SuppressHyphenation = 9, SuppressLineNumbers = 10, ContextualSpacing = 11, PageBreakBefore = 12, BeforeAutoSpacing = 13, AfterAutoSpacing = 14, KeepWithNext = 15, KeepLinesTogether = 16, WidowOrphanControl = 17, OutlineLevel = 18, ShadingInfo = 19, ShadingInfoIndex = 20, LeftBorder = 21, RightBorder = 22, TopBorder = 23, BottomBorder = 24, DivId = 25, RightToLeft = 26, BetweenBorder = 27, UseValue = 28 } export declare enum JSONParagraphProperty { MaskedParagraphPropertiesIndex = 0, ParagraphStyleIndex = 1, LogPosition = 2, Length = 3, Tabs = 4, ListIndex = 5, ListLevelIndex = 6 } export declare enum JSONMergeParagraphsCommandProperty { Position = 0, GetPropertiesFromNext = 1 } export declare enum JSONInsertParagraphCommandProperty { Position = 0, NumberingListIndex = 1, ListLevelIndex = 2, StyleName = 3, ParagraphProperties = 4, ParagraphPropertiesIndex = 5, TabsProperties = 6 } export declare enum JSONParagraphPropertiesChangedProperty { ParagraphIndex = 0, ParagraphProperties = 1, NumberingListIndex = 2, ListLevelIndex = 3, TabsProperties = 4, StyleName = 5 }