UNPKG

devexpress-richedit

Version:

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

70 lines (69 loc) 1.63 kB
export declare enum JSONRichEditBehaviorOptionsProperty { Copy = 0, CreateNew = 1, Cut = 2, Drag = 3, Drop = 4, FontSource = 5, ForeColorSource = 6, MaxZoomFactor = 7, MinZoomFactor = 8, OfficeScrolling = 9, Open = 10, OvertypeAllowed = 11, PageBreakInsertMode = 12, Paste = 13, PasteLineBreakSubstitution = 14, PasteSingleCellAsText = 15, Printing = 16, Save = 17, SaveAs = 18, ShowPopupMenu = 19, TabMarker = 20, Touch = 21, UseFontSubstitution = 22, Zooming = 23, DocumentPropertiesAutoUpdate = 24, KeepTextHighlightingOnClearFormatting = 25, Download = 26, AcceptsTab = 27, FullScreen = 28, RaiseClientEventsOnModificationsViaAPI = 29 } export declare enum JSONControlOptionsProperty { Copy = 0, CreateNew = 1, Cut = 2, Drag = 3, Drop = 4, Open = 5, Paste = 6, Printing = 7, Save = 8, SaveAs = 9, FullScreen = 10, Bookmarks = 11, CharacterFormatting = 12, CharacterStyle = 13, Fields = 14, Hyperlinks = 15, InlinePictures = 16, ParagraphFormatting = 17, Paragraphs = 18, ParagraphStyle = 19, ParagraphTabs = 20, Sections = 21, TabSymbol = 22, Undo = 23, NumberingBulleted = 24, NumberingMultiLevel = 25, NumberingSimple = 26, HeadersFooters = 27, Tables = 28, TableStyle = 29, TabMarker = 30, PageBreakInsertMode = 31, AcceptsTab = 32, Download = 33, RaiseClientEventsOnModificationsViaAPI = 34 }