IRichEditDocumentServer Members
In This Article
#Properties
Name | Description |
---|---|
Doc |
Gets or sets the document content as an array of bytes in Microsoft Word 97-2003 (Doc) format. |
Docm |
Gets or sets the document content as an array of bytes in Office Open XML Wordprocessing |
Document | Provides access to a Document interface, representing the document contained in the server. |
Dot |
Gets or sets the document content as an array of bytes in Microsoft Word 97-2007 Template (DOT) format. |
Dotm |
Gets or sets the document content as an array of bytes in Microsoft Office Open XML Macro-Enabled Template (DOTM) format. |
Dotx |
Gets or sets the document content as an array of bytes in DOTX (Microsoft Office Open XML macro-free template) format. |
Dpi |
Gets the current dpi value for the X-coordinate. |
Dpi |
Gets the current dpi value for the Y-coordinate. |
Flat |
Gets or sets the document content as an array of bytes in Flat |
Flat |
Gets or sets the document content as an array of bytes in Flat |
Flat |
Gets or sets the document content as an array of bytes in Flat |
Flat |
Gets or sets the document content as an array of bytes in Flat |
Html |
Gets or sets the content as HTML text. |
Hyphenation |
Provides access to the collection of hyphenation dictionaries. |
Inner |
For internal use. |
Is |
For internal use. Gets a value indicating whether the control has been disposed of. |
Layout |
Gets or sets a unit of measure used for a document model layout. |
Mht |
Gets or sets the document content as MHT text. |
Model | For internal use. |
Modified | Gets or sets a value that indicates that the document contents is modified since it was last saved. |
Open |
Gets or sets the document content as an array of bytes in Open Office Text (. |
Open |
Gets or sets the document content as an array of bytes in Office Open XML (Docx) format. |
Options |
Provides access to the variety of options which can be specified for the Rich |
Rtf |
Gets or sets the formatted text content of the document. |
Text | Gets or sets the plain text content of the document. |
Unit |
Gets or sets a unit of measure used within the Rich |
Word |
Gets or sets the document content as the text in Word |
#Methods
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. |
#Events
Name | Description |
---|---|
After |
Occurs after the document is successfully exported. |
Before |
Occurs before detecting encoding of the loaded plain text or HTML content. |
Before |
Occurs before the document is saved (exported to a certain format). |
Before |
Occurs before a document is loaded (imported from an external source). |
Calculate |
Fires when the DOCVARIABLE field is updated. |
Content |
Occurs when the document content was changed. |
Custom |
Occurs after one of the Document |
Doc |
For internal use. |
Docm |
For internal use. |
Document |
Occurs when a document that has not yet been saved is about to be closed. |
Document |
Occurs after one of the Document |
Document |
Occurs after a document is loaded. |
Document |
Occurs after one of the Document |
Dot |
For internal use. |
Dotm |
For internal use. |
Dotx |
For internal use. |
Empty |
Occurs when a new document is created. |
Encrypted |
Raises when the encrypted file did not pass the data integrity verification. |
Encrypted |
Occurs when the encryption password is empty or invalid. |
Encrypted |
Raises when the Rich |
Flat |
For internal use. |
Flat |
For internal use. |
Flat |
For internal use. |
Flat |
For internal use. |
Html |
For internal use. |
Initialize |
Occurs before a document is loaded. Handle this event to set initial document settings. |
Mail |
Fires when mail merge is completed. |
Mail |
Fires after each data record is merged with the document in the mail merge process. |
Mail |
Fires before each data record is merged with the document in the mail merge process. |
Mail |
Fires before mail merge starts. |
Mht |
For internal use. |
Modified |
Occurs when the value of the IRich |
Open |
For internal use. |
Open |
For internal use. |
Rtf |
For internal use. |
Selection |
Fires in response to changing a selection in the document. |
Tracked |
Occurs when moved text has been changed since it was moved. |
Unit |
Fires after the Unit property is changed. |
Unit |
Fires before the Unit property is changed. |
Word |
For internal use. |
See Also