DxRichEdit Members
#Constructors
Name | Description |
---|---|
Dx |
Initializes a new instance of the Dx |
#Properties
Name | Description |
---|---|
Active |
Specifies the active ribbon tab’s index. |
Additional |
Allows you to add custom items to the editor’s context menu. |
Attributes |
Specifies a collection of standard HTML attributes applied to the Rich |
Auto |
Specifies the timeout for the auto-save feature. |
Bar |
Specifies how the Rich Text Editor displays its command bar. |
Check |
Specifies whether to check spelling in the Rich Text Editor. |
Context |
Specifies whether context menu functionality is enabled. |
Css |
Assigns a CSS class to the component.
Inherited from Dx |
Document |
Provides access to the document’s common and the main sub-document‘s functionalities. |
Document |
Specifies an open document’s content. |
Document |
Specifies the name of an open document’s culture for the spell check feature. |
Document |
Specifies the format in which the Document |
Document |
Specifies the name of the downloaded file. |
Horizontal |
Specifies whether the horizontal ruler is visible. |
Hyperlink |
Allows you to access hyperlink settings. |
Id |
Specifies the component’s unique identifier.
Inherited from Dx |
Mail |
Allows you to access mail merge settings. |
Modified | Specifies whether the open document has unsaved changes. |
Read |
Specifies whether users can edit a document. |
Ribbon |
Obsolete. Specifies whether the ribbon is visible. |
Selection | Provides access to the Rich Text Editor’s selection. |
View |
Specifies a document view layout type. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Export |
Exports the document to a byte array in a specified format. |
Export |
Exports the document to a stream in a specified format. |
Export |
Exports the document to a file in a specified format. |
Focus |
Sets input focus to the Rich Text Editor. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Load |
Loads a document from a file. |
Load |
Loads a document in the specified format from a byte array. |
Load |
Loads a document in the specified format from a stream. |
Load |
Loads a document from a stream. |
Load |
Loads a document in the specified format from a file. |
Load |
Loads a document from the file. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
New |
Creates and opens a new document. |
Print |
Renders the document’s markup in a blank browser tab and invokes the browser’s Print dialog. |
Redo |
Reapplies the last action. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Save |
Raises the Document |
To |
Returns a string that represents the current object. Inherited from Object. |
Undo |
Cancels the last action. |
#Events
Name | Description |
---|---|
Active |
Fires after the active ribbon tab is changed. |
Bar |
Allows you to handle exceptions that occur after a user interacts with an item in the menu bar. |
Bar |
Fires when the Bar |
Calculate |
Fires when a DOCVARIABLE field is updated and allows you to specify the field result. |
Content |
Occurs after content was inserted in the Rich Text Editor’s document. |
Content |
Occurs after content was removed from the Rich Text Editor’s document. |
Customize |
Allows you to customize the context menu in the Rich Text Editor. |
Customize |
Allows you to customize the Rich Text Editor’s ribbon. |
Customize |
Allows you to customize the Rich Text Editor’s toolbar. |
Document |
Allows you to save document content changes. |
Document |
Allows you to notify users that the Rich Text Editor starts saving. |
Document |
Fires after a document is loaded. |
Got |
Fires after the Rich Text Editor receives focus. |
Horizontal |
Fires when the Horizontal |
Lost |
Fires after the Rich Text Editor loses focus. |
Modified |
Allows you to track unsaved document changes. |
Read |
Fires after the Read |
Ribbon |
Obsolete. Fires after the ribbon visibility is changed. |
Selection |
Fires after the selection is changed. |
View |
Fires after the document view type is changed. |