UNPKG

devexpress-richedit

Version:

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

75 lines (74 loc) 1.73 kB
export declare enum JSONFontInfoProperty { Name = 0, ScriptMultiplier = 1, CssString = 2, CanBeSet = 3, SubScriptOffset = 4, FontFamily = 5 } export declare enum JSONColorModelInfoProperty { ColorType = 0, Auto = 1, ThemeColorIndex = 2, Tint = 3, Rgb = 4, ColorIndex = 5 } export declare enum JSONCharacterFormattingProperty { FontInfoIndex = 0, Size = 1, Bold = 2, Italic = 3, StrikeoutType = 4, UnderlineType = 5, AllCaps = 6, StrikeoutWordsOnly = 7, UnderlineWordsOnly = 8, Script = 9, Hidden = 10, LangInfo = 11, NoProof = 12, UseValue = 13, FontName = 14, CompositeFontInfo = 15, TextColor = 16, ShadingInfo = 17, HighlightColor = 18, UnderlineColor = 19, StrikeoutColor = 20, TextColorIndex = 21, ShadingInfoIndex = 22, HighlightColorIndex = 23, UnderlineColorIndex = 24, StrikeoutColorIndex = 25, SmallCaps = 26 } export declare enum JSONLangInfoProperty { Latin = 0, Bidi = 1, EastAsia = 2 } export declare enum JSONCompositeFontInfoProperty { asciiFontName = 0, hightAnsiFontName = 1, complexScriptFontName = 2, eastAsiaFontName = 3, asciiThemeFont = 4, hightAnsiThemeFont = 5, complexScriptThemeFont = 6, eastAsiaThemeFont = 7, hintFont = 8 } export declare enum JSONInsertTextCommandProperty { Text = 0, RunType = 1, Length = 2, Position = 3, CharacterStyleName = 4, CharacterPropertiesIndex = 5, CharacterProperties = 6 } export declare enum JSONLoadFontInfoCommand { FontInfo = 0, FontInfoIndex = 1 }