IRichEditDocumentServer Methods
Interface of a rich text engine providing the essential Rich Editor functionality.
Name | Description |
---|---|
Add |
Adds the specified service to the service container, and optionally promotes the service to parent service containers.
Inherited from IService |
Add |
Adds the specified service to the service container.
Inherited from IService |
Add |
Adds the specified service to the service container, and optionally promotes the service to any parent service containers.
Inherited from IService |
Add |
Adds the specified service to the service container.
Inherited from IService |
Create |
Creates an object for specifying the options used in mail merge operations. |
Create |
Creates a new blank document. |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable. |
Get |
Gets the service object of the specified type.
Inherited from IService |
Get |
Gets service of the specified type. |
Load |
Loads a document from a stream, specifying the document format. |
Load |
Loads a document template from a stream with specific document format. |
Mail |
Merges the current document and sends the result to the specified Document. |
Mail |
Merges the current document using the specified options, and sends the result to the specified Document. |
Mail |
Obsolete. Merges the current document using the specified options and sends the result to the specified Rich |
Mail |
Merges the current document using the specified options and sends the result to the specified stream in a specified format. |
Mail |
Merges the current document using the specified options and sends the result to the specified file in a specified format. |
Mail |
Obsolete. Merges the current document and sends the result to the specified Rich |
Mail |
Merges the current document and sends the result to the specified stream in a specified format. |
Mail |
Merges the current document and sends the result to the specified file in a specified format. |
Remove |
Removes the specified service type from the service container, and optionally promotes the service to parent service containers.
Inherited from IService |
Remove |
Removes the specified service type from the service container.
Inherited from IService |
Replace |
Performs a service substitution. |
Save |
Saves the document to a byte array in the specified file format and encrypts it with a password. |
Save |
Saves the document to a byte array in the specified file format. |
Save |
Saves the document to a stream, specifying the document’s format and encryption options. |
Save |
Saves the document to a stream, specifying the document’s format. |
See Also