Back to Devexpress

IdxRichEditDocument Properties

vcl-dxrichedit-dot-nativeapi-dot-idxricheditdocument-dot-underscore-properties.md

latest6.3 KB
Original Source

IdxRichEditDocument Properties

Exposes the Rich Edit control functionality.

NameDescription
AbstractNumberingListsProvides access to the collection of abstract numbering lists in the opened document.
ActiveSubDocumentProvides access to the currently edited subdocument in the document.
BookmarksProvides access to the collection of bookmarks in a document. Inherited from IdxRichEditSubDocument.
CaretPositionSpecifies the caret position in the opened document.
CharacterStylesProvides access to the collection of character styles in the opened document.
DefaultCharacterPropertiesProvides access to the default character formatting settings for a document.
DefaultParagraphPropertiesProvides access to the document’s default paragraph settings.
DefaultTablePropertiesProvides access to the document’s default table properties.
DocBytesSpecifies document content as a byte array (in the Microsoft Word® 97 – 2003 binary format).
FieldsProvides access to the collection of document fileds. Inherited from IdxRichEditSubDocument.
HyperlinksProvides access to the collection of hyperlinks in a document. Inherited from IdxRichEditSubDocument.
ImagesProvides access to the collection of both inline and floating images in a document. Inherited from IdxRichEditSubDocument.
IsDocumentProtectedIdentifies if the document is protected.
IsEmptyIdentifies if the document is empty.
LengthReturns the current document length (in characters). Inherited from IdxRichEditSubDocument.
NumberingListsProvides access to the collection of numbered lists in the document.
OpenXmlBytesSpecifies document content as a byte array (in the Office OpenXML format).
PageBackColorSpecifies the page background color. Inherited from IdxRichEditSubDocument.
ParagraphsProvides access to a collection of paragraphs. Inherited from IdxRichEditSubDocument.
ParagraphStylesProvides access to the paragraph style collection.
RangeProvides access to the current document’s range. Inherited from IdxRichEditSubDocument.
RtfTextSpecifies document content (as an RTF string).
SectionsProvides access to the collection of document sections.
SelectionSpecifies the selected range in the document.
SelectionsProvides access to the collection of selected document ranges.
ShapesProvides access to the collection of shapes (including floating images and text boxes) in a subdocument. Inherited from IdxRichEditSubDocument.
ShowPageBackgroundSpecifies if the page background color is displayed. Inherited from IdxRichEditSubDocument.
TablesProvides access to the collection of tables in the document. Inherited from IdxRichEditSubDocument.
TableStylesProvides access to the collection of table styles.
TextSpecifies document content (as a plain text string).
UnitSpecifies the unit used to measure all distances and dimensions in the document.
VariablesProvides access to the collection of document variables.

See Also

IdxRichEditDocument Interface

IdxRichEditDocument Members

dxRichEdit.NativeApi Unit