Back to Devexpress

RichEditDocumentServer Properties

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

latest6.0 KB
Original Source

RichEditDocumentServer Properties

A non-visual .NET library providing all the word processing functionality.

NameDescription
DocBytesGets or sets the document content as an array of bytes in Microsoft Word 97-2003 format (Doc) format.
DocmBytesGets or sets the document content as an array of bytes in DOCM (Microsoft Office Open XML Macro-Enabled Document) format.
DocumentProvides access to a Document interface, representing the document contained in the server.
DocumentLayoutProvides access to the document layout.
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 DOT (Microsoft Word 97-2007 Template) format.
DotmBytesGets or sets the document content as an array of bytes in DOTM (Microsoft Office Open XML Macro-Enabled Template) 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.
IsPrintingAvailableMaintained for compatibility with the code written for the RichEditControl.
IsUpdateLockedReturns a value indicating whether the RichEditDocumentServer object is locked for update.
LayoutCalculationModeGets or sets the mode for layout calculation.
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.
OpenDocumentBytesGets or sets the document content as an array of bytes in Open Office Text (.odt) format.
OpenXmlBytesGets or sets the document content as an array of bytes in Office Open XML (Docx) 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

RichEditDocumentServer Class

RichEditDocumentServer Members

DevExpress.XtraRichEdit Namespace