IRichEditDocumentServer Properties
Interface of a rich text engine providing the essential Rich Editor functionality.
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 |
See Also