DxRichEdit Methods
A Microsoft Word-inspired rich text editor with comprehensive text formatting options, mail merge support, and a rich collection of user options.| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| ExportDocumentAsync(DocumentFormat, CancellationToken) | Exports the document to a byte array in a specified format. |
| ExportDocumentAsync(Stream, DocumentFormat, CancellationToken) | Exports the document to a stream in a specified format. |
| ExportDocumentAsync(String, DocumentFormat, CancellationToken) | Exports the document to a file in a specified format. |
| FocusAsync(CancellationToken) | Sets input focus to the Rich Text Editor. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| LoadDocumentAsync(IBrowserFile, CancellationToken) | Loads a document from a file. |
| LoadDocumentAsync(Byte[], DocumentFormat, CancellationToken) | Loads a document in the specified format from a byte array. |
| LoadDocumentAsync(Stream, DocumentFormat, CancellationToken) | Loads a document in the specified format from a stream. |
| LoadDocumentAsync(Stream, CancellationToken) | Loads a document from a stream. |
| LoadDocumentAsync(String, DocumentFormat, CancellationToken) | Loads a document in the specified format from a file. |
| LoadDocumentAsync(String, CancellationToken) | Loads a document from the file. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| NewDocumentAsync(CancellationToken) | Creates and opens a new document. |
| PrintDocumentAsync(CancellationToken) | Renders the document’s markup in a blank browser tab and invokes the browser’s Print dialog. |
| RedoAsync(CancellationToken) | Reapplies the last action. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| SaveDocumentAsync(CancellationToken) | Raises the DocumentContentChanged event. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| UndoAsync(CancellationToken) | Cancels the last action. |
See Also