Back to Devexpress

DevExpress.RichEdit Module

aspnetcore-js-devexpress.md

latest36.9 KB
Original Source

DevExpress.RichEdit Module

Contains classes that implement the RichEdit client-side functionality.

Classes

NameDescription
ActiveSubDocumentChangedEventAn event that occurs when an active sub document is changed.
AuthenticationOptionsContains credentials used to identify editable ranges in a protected document.
AutoCorrectEventAn event that occurs when text is typed in the control.
AutoCorrectEventArgsContains data for the AutoCorrect event.
BeforeSendEvent
BeforeSendEventArgs
BookmarkA bookmark in the document.
BookmarkBaseA bookmark in the document.
BookmarkCollection<TBookmark>A collection of Bookmark objects.
BookmarkCollectionBaseA collection of Bookmark objects.
CalculateDocumentVariableAsyncEventAn event that allows you to update the results of all DOCVARIABLE fields in the document.
CalculateDocumentVariableAsyncEventArgsContains data for the CalculateDocumentVariableAsync event.
CalculateDocumentVariableEventAn event that occurs when a DOCVARIABLE field is updated.
CalculateDocumentVariableEventArgsContains data for the CalculateDocumentVariable event.
CharacterPropertiesContains character properties.
CharacterPropertiesChangedEventAn event that occurs when the characters’ formatting is changed.
CharactersContains properties that return the Rich Text Editor’s escape sequences.
Collection<T>Serves as a base for classes maintaining a collection of items.
CommandStateContains a command’s state.
CommandStateChangedEventAn event that occurs after a command state has been changed.
CommandStateChangedEventArgsContains data for the CommandStateChanged event.
ContentChangedEventArgsContains data for the CharacterPropertiesChanged and ContentInserted events.
ContentInsertedEventAn event that occurs when content is inserted into the document.
ContentRemovedEventAn event that occurs when content is removed from the document.
ContentRemovedEventArgsContains data for the ContentRemoved event.
ContextMenuItemA context menu item.
ContextMenuShowingEventAn event that occurs before a context menu is displayed.
ContextMenuShowingEventArgsContains data for the ContextMenuShowing event.
CustomCommandExecutedEventAn event that occurs after a custom command has been executed on the client side.
CustomCommandExecutedEventArgsContains data for the CustomCommandExecuted event.
DocumentChangedEventAn event that occurs if any change is made in the document.
DocumentFormattedEventAn event that occurs when a document layout is formatted.
DocumentFormattedEventArgsContains data for the DocumentFormatted event.
DocumentLoadedEventAn event that occurs when a document model is loaded into the control.
DocumentProcessorA non-visual object that allows you to access and customize a document via code.
DocumentProcessorBaseImplements the base functionality of a document processor.
DocumentVariableDataContains DOCVARIABLE field data.
Event<TSource, TEventArgs>The event object used for client-side events.
EventArgsThe base class for arguments of the Rich Text Editor’ client-side events.
EventsContains a list of client-side events for the RichEdit control.
FieldDefines a field in the document.
FieldCollectionA collection of the Field objects.
FloatingImageContains settings of a floating image in the Rich Text Editor.
FontDefines a font in the document.
FontCollectionA collection of the Font objects.
GotFocusEventAn event that occurs when the control receives focus.
HistoryContains methods related to Rich Text Editor history.
HorizontalAbsolutePositionContains information about a floating object’s horizontal position. The position is specified in twips relative to an anchor element.
HorizontalAlignedPositionContains information about a floating object’s horizontal position that is aligned to an anchor element.
HorizontalRelativePositionContains information about a floating object’s horizontal position specified as a percentage relative to an anchor element.
HorizontalRulerVisibleChangedEventAn event that fires when horizontal ruler visibility changes.
HorizontalRulerVisibleChangedEventArgsContains data for the HorizontalRulerVisibleChanged event.
HyperlinkDefines a hyperlink in the document.
HyperlinkClickEventAn event that occurs when a hyperlink is clicked.
HyperlinkClickEventArgsContains data for the HyperlinkClick event.
HyperlinkCollectionA collection of the Hyperlink objects.
HyperlinkInfoContains information about a hyperlink.
ImageImplements the base functionality of an image object.
ImageIteratorAllows you to iterate over an image collection.
ImagesContains members that allow you to manage document images.
InlineImageContains settings of an inline image in the Rich Text Editor.
IntervalContains settings for a text interval.
KeyboardEventArgsContains data for the KeyDown and KeyUp events.
KeyDownEventAn event that occurs when a key is pressed while the RichEdit’s document has focus.
KeyUpEventAn event that occurs when a key is released while the RichEdit’s document has focus.
ListDefines a list in the document.
ListCollectionA collection of the List objects.
ListLevelSettingsContains the list level’s properties.
LoadingPanelContains settings related to loading panel functionality.
LostFocusEventAn event that occurs when the control loses focus.
MailMergeOptionsContains properties related to the mail merge functionality.
MarginsContains margin settings.
NusaSettingsContains members that allow you to to bind the Rich Text Editor to the Nuance SpeechKit.
PaddingsContains padding settings.
ParagraphDefines a paragraph in the document.
ParagraphCollectionA collection of the Paragraph objects.
ParagraphPropertiesContains paragraph properties.
ParagraphPropertiesChangedEventAn event that occurs when a paragraph’s formatting is changed.
ParagraphPropertiesChangedEventArgsContains data for the ParagraphPropertiesChanged event.
PdfExportedEventAn event that occurs after an exported PDF document has been processed on the server side.
PdfExportedEventArgsContains data for the PdfExported event.
PdfExportingEventAn event that allows you to save an exported PDF document.
PdfExportingEventArgsContains data for the PdfExporting event.
PointerDownEventAn event that occurs when a pointer becomes active.
PointerEventArgsContains data for the PointerDown and PointerUp events.
PointerUpEventAn event that occurs when a pointer stops being active.
RangePermissionA document range permission.
RangePermissionCollectionA collection of RangePermission objects.
RangePermissionOptionsContains visual settings for a permitted range.
RibbonContains ribbon settings.
RibbonButtonItemA ribbon button item.
RibbonColorBoxItemA ribbon color box item.
RibbonItemBaseThe base class for ribbon items.
RibbonMenuItemA ribbon menu item.
RibbonNumberBoxItemA ribbon number box item.
RibbonSelectBoxItemA ribbon select box item.
RibbonSubMenuItemA ribbon sub-menu item.
RibbonTabA ribbon tab.
RichEditA client-side Rich Text Editor object.
RichEditDocumentDefines a document in the Rich Text Editor.
RichEditDocumentBaseDefines a document in the Rich Text Editor.
RichEditEvent<TEventArgs>A base class for Rich Text Editor events.
RichEditLayoutContains settings of the Rich Text Editor’s layout.
RichEditSelectionContains a set of methods and properties to work with the document selection.
SavedEventAn event that occurs after a document is saved on the server side.
SavedEventArgsContains data for the Saved event.
SavingEventAn event that allows you to save a document.
SavingEventArgsContains data for the Saving event.
SectionDefines a section in the document.
SectionCollectionA collection of the Section objects.
SelectionChangedEventAn event that occurs when selection is changed in the document.
ShortcutOptionsContains a shortcut’s options.
SimpleViewSettingsContains the Simple view mode’s settings.
SizeContains height and width settings.
SpellCheckerOptionsContains spell check settings.
SubDocumentDefines a sub-document in a document.
SubDocumentBaseDefines a sub-document in a document.
SubDocumentCollection<T>A collection of SubDocument objects.
SubDocumentCollectionBaseA collection of SubDocumentBase objects.
TableDefines a table in the document.
TableBorderContains table border settings.
TableBordersContains table borders.
TableBordersBaseDefines the base API for classes that implement table borders.
TableCellDefines a table cell in the document.
TableCellBordersContains cell borders.
TableCellCollectionA collection of the TableCell objects.
TableCollectionA collection of the Table objects.
TableRowDefines a table row in the document.
TableRowCollectionA collection of the TableRow objects.
TableStyleOptionsContains table style options.
UnitConverterContains methods to convert different units of measurement.
UpdateFieldsOptionsContains field update options.
UtilsContains Rich Text Editor utility methods.
VerticalAbsolutePositionContains information about a floating object’s vertical position. The position is specified in twips relative to an anchor element.
VerticalAlignedPositionContains information about a floating object’s vertical position that is aligned to an anchor element.
VerticalRelativePositionContains information about a floating object’s vertical position specified as a percentage relative to an anchor element.

Interfaces

NameDescription
EventHandlersDeclares Rich Text Editor event handlers.
IAuthenticationSettingsDeclares credentials settings used to identify editable ranges in a protected document.
IAutocorrectReplaceInfoDeclares replacement settings.
IAutocorrectSettingsDeclares autocorrect settings.
IBookmarkSettingsDeclares bookmark settings.
ICharacterPropertiesDeclares character properties.
IConfirmOnLosingChangesSettingsDeclares settings of a confirmation message that is displayed when unsaved data changes may be lost.
IContextMenuDeclares context menu settings and methods.
IContextMenuItemOptionsDeclares context menu item settings.
ICustomLoadingPanelDefines custom loading panel members.
IFieldsSettingsDeclares field settings.
IFilePathInfoDeclares settings that contain information about a file path.
IFloatingObjectDistanceDeclares settings that specify the distance between the image borders and the text that wraps around it.
IFontMappingDeclares font mapping settings.
IFontMappingRuleDeclares settings of a font mapping rule.
IFontSettingsDeclares a font’s settings.
IHorizontalAbsolutePositionDeclares settings that specify a floating object’s horizontal position.
IHorizontalAlignedPositionDeclares settings that specify a floating object’s horizontal position.
IHorizontalRelativePositionDeclares settings that specify a floating object’s horizontal position.
IInitDocumentProcessorOptionsDeclares a document processor’s options.
IInsertedFloatingImageOptionsDeclares settings of a floating image.
IInsertedInlineImageOptionsDeclares settings of an inline image.
IIntervalDefines settings for a text interval.
IMailMergeSettingsDeclares properties related to the mail merge functionality.
IMarginsDeclares margin settings.
IPaddingsDeclares padding settings.
IParagraphPropertiesDeclares paragraph properties.
IPrintingSettingsDeclares print settings.
IPrintLayoutViewSettingsDeclares the Print Layout view mode’s settings.
IRangePermissionSearchOptionsDeclares options used to search range permissions by the find(options) method.
IRangePermissionsSettingsDeclares range permissions settings.
IRichEditFontsSettingsDeclares settings that allow you to provide information about fonts available in the control.
IRichEditPdfSettingsDeclares settings related to document export to PDF.
IRichEditSearchSettingsDeclares search settings.
ISimpleViewSettingsDeclares the Simple view mode’s settings.
ISpellCheckDeclares spell checking settings.
ITableBordersContains table borders.
ITableCellBordersContains cell borders.
IVerticalAbsolutePositionDeclares settings that specify a floating object’s vertical position.
IVerticalAlignedPositionDeclares settings that specify a floating object’s vertical position.
IVerticalRelativePositionDeclares settings that specify a floating object’s vertical position.
IViewSettingsDeclares the Rich Text Editor’s view settings.
NusaCommandDeclares a Nuance SpeechKit command.
NusaCommandSetDeclares settings of a command set for the Nuance SpeechKit.
NusaCustomContainerTypeA RichEdit container that declares methods to get and set a focused RichEdit control.
NusaCustomControlTypeImplements mandatory members that allow you to bind the RichEdit control to the Nuance SpeechKit.
NusaPlaceholderDeclares settings of a placeholder in the Nuance SpeechKit.
NusaRegisterOptionsDeclares RichEdit options that can be registered in the Nuance Dragon SpeechKit.
OptionsDeclares Rich Text Editor options.
RibbonButtonItemOptionsDeclares ribbon button item settings.
RibbonColorBoxItemOptionsDeclares ribbon color box item settings.
RibbonItemTextOptionsDeclares item text options.
RibbonMenuItemOptionsDeclares ribbon menu item settings.
RibbonNumberBoxItemOptionsDeclares ribbon number box item settings.
RibbonSelectBoxItemOptionsDeclares ribbon select box item settings.
RibbonSubMenuItemOptionsDeclares ribbon sub-menu item settings.
TableCellPositionDefines a cell position in a table.
TableRowHeightContains height settings.
TableWidthContains width settings.

Enums

NameDescription
BorderLineStyleLists border line styles.
CharacterPropertiesScriptLists values that specify character script formatting.
ContextMenuCommandIdLists commands contained in the Context Menu.
DocumentFormatLists file document formats.
DocumentLinkTypeLists the available link types.
FieldNameLists field names.
FileTabCommandIdLists commands contained in the File tab.
FileTabItemIdLists commands contained in the File tab.
FloatingObjectHorizontalAlignmentLists values that specify the horizontal alignment for a floating object.
FloatingObjectHorizontalAnchorElementLists values that specify an element to which the floating object is aligned.
FloatingObjectHorizontalPositionTypeLists values that specify the type of a floating object’s position.
FloatingObjectsFormatTabCommandIdLists commands contained in the Format tab.
FloatingObjectsFormatTabItemIdLists commands contained in the Floating Objects Format tab.
FloatingObjectVerticalAlignmentLists values that specify the vertical alignment for a floating object.
FloatingObjectVerticalAnchorElementLists values that specify an element to which the floating object is aligned.
FloatingObjectVerticalPositionTypeLists values that specify the type of a floating object’s position.
HeaderAndFooterTabCommandIdLists commands contained in the Header And Footer tab.
HeaderAndFooterTabItemIdLists commands contained in the Header And Footer tab.
HeaderFooterTypeLists the header/footer types.
HomeTabCommandIdLists commands contained in the Home tab.
HomeTabItemIdLists commands contained in the Home tab.
InsertTabCommandIdLists commands contained in the Insert tab.
InsertTabItemIdLists commands contained in the Insert tab.
KeyCodeLists key names and codes.
ListLevelFormatLists values that specify the numbering format used for a group of automatically numbered objects, such as pages.
ListLevelNumberAlignmentLists values that specify the paragraph text alignment in numbered list levels.
ListTypeLists possible types of a list.
MailMergeTabCommandIdLists commands contained in the Mail Merge tab.
MailMergeTabItemIdLists commands contained in the Mail Merge tab.
MergeModeLists delimiters that start the new merged range.
PageLayoutTabCommandIdLists commands contained in the Page Layout tab.
PageLayoutTabItemIdLists commands contained in the Page Layout tab.
PaperSizeLists the standard paper sizes.
ParagraphAlignmentLists values that specify the paragraph alignment.
ParagraphFirstLineIndentLists values that specify the indent for the first line in a paragraph.
ParagraphLineSpacingTypeLists values specifying the type of paragraph line spacing.
PrintModeLists RichEdit print modes.
ReferencesTabCommandIdLists commands contained in the References tab.
ReferencesTabItemIdLists commands contained in the References tab.
RibbonItemTypeLists ribbon item types.
RibbonTabTypeLists ribbon tabs.
RichEditUnitLists values that specify the dimension unit in Rich Text Editor dialogs.
SectionBreakTypeLists the types of a section break.
SubDocumentTypeLists values that specify the sub-document type.
TableContentHorizontalAlignmentList the horizontal alignment options for table content.
TableContentVerticalAlignmentList the vertical alignment options for table content.
TableDesignTabCommandIdLists commands contained in the Design tab.
TableDesignTabItemIdLists commands contained in the Table Design tab.
TableLayoutTabCommandIdLists commands contained in the Layout tab.
TableLayoutTabItemIdLists commands contained in the Table Layout tab.
TableRowHeightTypeLists modes of row height calculation.
TableWidthTypeLists values that specify how the component determines the table or cell width.
ViewTabCommandIdLists commands contained in the View tab.
ViewTabItemIdLists commands contained in the View tab.
ViewTypeLists values that specify the Rich Edit’s document view type.
WrapSideLists values that specify what side of a floating object the text is wrapped around.
WrapTypeLists values that specify how text wraps around the floating object.

Functions

NameDescription
create(htmlElement, options)Creates a Rich Text Editor object.
createOptionsCreates an object that contains Rich Text Editor options with default values.

Type Aliases

NameDescription
CommandIdAn alias type that refers to command ID enumeration types.
FirstLevelRibbonItemAn alias type that refers to first-level ribbon item types.
NusaCommandIdAn alias type that refers to Nuance command identifiers.
NusaRichEditPlaceholderIdAn alias type that refers to Nuance placeholder identifiers.
RibbonItemAn alias type that refers to ribbon item types.
RibbonItemIdAn alias type that refers to ribbon item ID enumeration types.
RibbonItemParentAn alias type that refers to ribbon parent item types.
RibbonTabIdAn alias type that refers to ribbon tab types.