UNPKG

devexpress-richedit

Version:

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

74 lines (73 loc) 1.7 kB
export declare enum CharacterPropertiesMask { UseNone = 0, UseFontName = 1, UseDoubleFontSize = 2, UseFontBold = 4, UseFontItalic = 8, UseFontStrikeoutType = 16, UseFontUnderlineType = 32, UseAllCaps = 64, UseForeColorIndex = 128, UseShadingInfoIndex = 256, UseUnderlineColorIndex = 512, UseStrikeoutColorIndex = 1024, UseUnderlineWordsOnly = 2048, UseStrikeoutWordsOnly = 4096, UseScript = 8192, UseHidden = 16384, UseLangInfo = 32768, UseNoProof = 65536, UseFontInfo = 131072, UseHighlightColorIndex = 262144, UseRightToLeft = 524288, UseCompositeFontInfo = 1048576, UseSmallCaps = 8589934592, UseAll = 9007199254740991 } export declare enum CharacterFormattingScript { Normal = 0, Subscript = 1, Superscript = 2 } export declare enum ThemeFontType { None = 0, MajorEastAsia = 1, MajorBidi = 2, MajorAscii = 3, MajorHAnsi = 4, MinorEastAsia = 5, MinorBidi = 6, MinorAscii = 7, MinorHAnsi = 8 } export declare enum FontTypeHint { Default = 0, Cs = 1, EastAsia = 2, None = 3 } export declare enum StrikeoutType { None = 0, Single = 1, Double = 2 } export declare enum UnderlineType { None = 0, Single = 1, Dotted = 2, Dashed = 3, DashDotted = 4, DashDotDotted = 5, Double = 6, HeavyWave = 7, LongDashed = 8, ThickSingle = 9, ThickDotted = 10, ThickDashed = 11, ThickDashDotted = 12, ThickDashDotDotted = 13, ThickLongDashed = 14, DoubleWave = 15, Wave = 16, DashSmallGap = 17 }