IdxRichEditDocument Properties
Exposes the Rich Edit control functionality.| Name | Description |
|---|---|
| AbstractNumberingLists | Provides access to the collection of abstract numbering lists in the opened document. |
| ActiveSubDocument | Provides access to the currently edited subdocument in the document. |
| Bookmarks | Provides access to the collection of bookmarks in a document. Inherited from IdxRichEditSubDocument. |
| CaretPosition | Specifies the caret position in the opened document. |
| CharacterStyles | Provides access to the collection of character styles in the opened document. |
| DefaultCharacterProperties | Provides access to the default character formatting settings for a document. |
| DefaultParagraphProperties | Provides access to the document’s default paragraph settings. |
| DefaultTableProperties | Provides access to the document’s default table properties. |
| DocBytes | Specifies document content as a byte array (in the Microsoft Word® 97 – 2003 binary format). |
| Fields | Provides access to the collection of document fileds. Inherited from IdxRichEditSubDocument. |
| Hyperlinks | Provides access to the collection of hyperlinks in a document. Inherited from IdxRichEditSubDocument. |
| Images | Provides access to the collection of both inline and floating images in a document. Inherited from IdxRichEditSubDocument. |
| IsDocumentProtected | Identifies if the document is protected. |
| IsEmpty | Identifies if the document is empty. |
| Length | Returns the current document length (in characters). Inherited from IdxRichEditSubDocument. |
| NumberingLists | Provides access to the collection of numbered lists in the document. |
| OpenXmlBytes | Specifies document content as a byte array (in the Office OpenXML format). |
| PageBackColor | Specifies the page background color. Inherited from IdxRichEditSubDocument. |
| Paragraphs | Provides access to a collection of paragraphs. Inherited from IdxRichEditSubDocument. |
| ParagraphStyles | Provides access to the paragraph style collection. |
| Range | Provides access to the current document’s range. Inherited from IdxRichEditSubDocument. |
| RtfText | Specifies document content (as an RTF string). |
| Sections | Provides access to the collection of document sections. |
| Selection | Specifies the selected range in the document. |
| Selections | Provides access to the collection of selected document ranges. |
| Shapes | Provides access to the collection of shapes (including floating images and text boxes) in a subdocument. Inherited from IdxRichEditSubDocument. |
| ShowPageBackground | Specifies if the page background color is displayed. Inherited from IdxRichEditSubDocument. |
| Tables | Provides access to the collection of tables in the document. Inherited from IdxRichEditSubDocument. |
| TableStyles | Provides access to the collection of table styles. |
| Text | Specifies document content (as a plain text string). |
| Unit | Specifies the unit used to measure all distances and dimensions in the document. |
| Variables | Provides access to the collection of document variables. |
See Also