UNPKG

devexpress-richedit

Version:

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

78 lines (77 loc) 1.62 kB
export declare enum JSONBorderBaseProperty { Style = 0, Color = 1, ColorIndex = 2, Width = 3, Offset = 4, Frame = 5, Shadow = 6 } export declare enum JSONShadingInfoProperty { ShadingPattern = 0, BackColor = 1, ForeColor = 2, ForeColorIndex = 3, BackColorIndex = 4 } export declare enum JSONSDrawingColorProperty { Color = 0 } export declare enum JSONSDrawingColorModelInfoProperty { ColorType = 0, Rgb = 1, System = 2, Scheme = 3, Preset = 4, Hsl = 5, ScRgb = 6 } export declare enum JSONSColorHSLProperty { Hue = 0, Saturation = 1, Luminance = 2 } export declare enum JSONSScRGBColorProperty { ScR = 0, ScG = 1, ScB = 2 } export declare enum JSONSelectionState { ForwardDirection = 0, KeepX = 1, EndOfLine = 2, Intervals = 3 } export declare enum JSONFixedInterval { Start = 0, Length = 1 } export declare enum JSONCheckSpellingCommand { StartPosition = 0, EndPosition = 1, TextToCheck = 2, SpellingErrors = 3, IntervalsToCheck = 4, CheckedIntervals = 5, SubDocumentId = 6, AddedWord = 7, CustomDictionaryGuid = 8, ErrorType = 9, Suggestions = 10, ErrorWord = 11, ErrorStart = 12, ErrorLength = 13 } export declare enum JSONSize { Width = 0, Height = 1 } export declare enum JSONForceSyncWithServerCommand { Id = 0 } export declare enum JSONInsertContentFromServerCommand { UserRequestId = 0, Id = 1, Model = 2, SimpleText = 3 }