Back to Devexpress

IRichEditDocumentServer Properties

officefileapi-devexpress-dot-xtrarichedit-dot-iricheditdocumentserver-dot-underscore-properties.md

latest5.2 KB
Original Source

IRichEditDocumentServer Properties

Interface of a rich text engine providing the essential Rich Editor functionality.

NameDescription
DocBytesGets or sets the document content as an array of bytes in Microsoft Word 97-2003 (Doc) format.
DocmBytesGets or sets the document content as an array of bytes in Office Open XML WordprocessingML Macro-Enabled Document (Docm) format.
DocumentProvides access to a Document interface, representing the document contained in the server.
DocxBytesGets or sets the document content as an array of bytes in Office Open XML (DOCX) format.
DotBytesGets or sets the document content as an array of bytes in Microsoft Word 97-2007 Template (DOT) format.
DotmBytesGets or sets the document content as an array of bytes in Microsoft Office Open XML Macro-Enabled Template (DOTM) format.
DotxBytesGets or sets the document content as an array of bytes in DOTX (Microsoft Office Open XML macro-free template) format.
DpiXGets the current dpi value for the X-coordinate.
DpiYGets the current dpi value for the Y-coordinate.
FlatOpcBytesGets or sets the document content as an array of bytes in FlatOpc (Microsoft Word XML Document, .xml) format.
FlatOpcMacroEnabledBytesGets or sets the document content as an array of bytes in FlatOpcMacroEnabled (Microsoft Word XML Macro-Enabled Document, .xml) format.
FlatOpcMacroEnabledTemplateBytesGets or sets the document content as an array of bytes in FlatOpcMacroEnabledTemplate (Microsoft Word XML Macro-Enabled Template, .xml) format.
FlatOpcTemplateBytesGets or sets the document content as an array of bytes in FlatOpcTemplate (Microsoft Word XML Template, .xml) format.
HtmlTextGets or sets the content as HTML text.
HyphenationDictionariesProvides access to the collection of hyphenation dictionaries.
InnerServerFor internal use.
IsDisposedFor internal use. Gets a value indicating whether the control has been disposed of.
LayoutUnitGets or sets a unit of measure used for a document model layout.
MhtTextGets or sets the document content as MHT text.
ModelFor internal use.
ModifiedGets or sets a value that indicates that the document contents is modified since it was last saved.
OdtBytesGets or sets the document content as an array of bytes in Open Office Text (.odt) format.
OptionsProvides access to the variety of options which can be specified for the RichEditDocumentServer.
RtfTextGets or sets the formatted text content of the document.
TextGets or sets the plain text content of the document.
UnitGets or sets a unit of measure used within the RichEditDocumentServer.
WordMLTextGets or sets the document content as the text in WordProcessingML (Microsoft Office Word 2003 XML) format.

See Also

IRichEditDocumentServer Interface

IRichEditDocumentServer Members

DevExpress.XtraRichEdit Namespace