RichEditDocumentServer Properties
A non-visual .NET library providing all the word processing functionality.| Name | Description |
|---|---|
| DocBytes | Gets or sets the document content as an array of bytes in Microsoft Word 97-2003 format (Doc) format. |
| DocmBytes | Gets or sets the document content as an array of bytes in DOCM (Microsoft Office Open XML Macro-Enabled Document) format. |
| Document | Provides access to a Document interface, representing the document contained in the server. |
| DocumentLayout | Provides access to the document layout. |
| DocxBytes | Gets or sets the document content as an array of bytes in Office Open XML (Docx) format. |
| DotBytes | Gets or sets the document content as an array of bytes in DOT (Microsoft Word 97-2007 Template) format. |
| DotmBytes | Gets or sets the document content as an array of bytes in DOTM (Microsoft Office Open XML Macro-Enabled Template) format. |
| DotxBytes | Gets or sets the document content as an array of bytes in DOTX (Microsoft Office Open XML macro-free template) format. |
| DpiX | Gets the current dpi value for the X-coordinate. |
| DpiY | Gets the current dpi value for the Y-coordinate. |
| FlatOpcBytes | Gets or sets the document content as an array of bytes in FlatOpc (Microsoft Word XML Document, .xml) format. |
| FlatOpcMacroEnabledBytes | Gets or sets the document content as an array of bytes in FlatOpcMacroEnabled (Microsoft Word XML Macro-Enabled Document, .xml) format. |
| FlatOpcMacroEnabledTemplateBytes | Gets or sets the document content as an array of bytes in FlatOpcMacroEnabledTemplate (Microsoft Word XML Macro-Enabled Template, .xml) format. |
| FlatOpcTemplateBytes | Gets or sets the document content as an array of bytes in FlatOpcTemplate (Microsoft Word XML Template, .xml) format. |
| HtmlText | Gets or sets the content as HTML text. |
| HyphenationDictionaries | Provides access to the collection of hyphenation dictionaries. |
| IsPrintingAvailable | Maintained for compatibility with the code written for the RichEditControl. |
| IsUpdateLocked | Returns a value indicating whether the RichEditDocumentServer object is locked for update. |
| LayoutCalculationMode | Gets or sets the mode for layout calculation. |
| LayoutUnit | Gets or sets a unit of measure used for a document model layout. |
| MhtText | 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. |
| OdtBytes | Gets or sets the document content as an array of bytes in Open Office Text (.odt) format. |
| OpenDocumentBytes | Gets or sets the document content as an array of bytes in Open Office Text (.odt) format. |
| OpenXmlBytes | 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 RichEditDocumentServer. |
| RtfText | 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 RichEditDocumentServer. |
| WordMLText | Gets or sets the document content as the text in WordProcessingML (Microsoft Office Word 2003 XML) format. |
See Also