IdxRichEditDocument Properties
Exposes the Rich Edit control functionality.
Name | Description |
---|---|
Abstract |
Provides access to the collection of abstract numbering lists in the opened document. |
Active |
Provides access to the currently edited subdocument in the document. |
Bookmarks |
Provides access to the collection of bookmarks in a document.
Inherited from Idx |
Caret |
Specifies the caret position in the opened document. |
Character |
Provides access to the collection of character styles in the opened document. |
Default |
Provides access to the default character formatting settings for a document. |
Default |
Provides access to the document’s default paragraph settings. |
Default |
Provides access to the document’s default table properties. |
Doc |
Specifies the opened document’s content as a byte array in the DOC binary format. |
Fields |
Provides access to the collection of document fileds.
Inherited from Idx |
Hyperlinks |
Provides access to the collection of hyperlinks in a document.
Inherited from Idx |
Images |
Provides access to the collection of both inline and floating images in a document.
Inherited from Idx |
Is |
Identifies if the document is protected. |
Is |
Identifies if the document is empty. |
Length |
Returns the current document length (in characters).
Inherited from Idx |
Numbering |
Provides access to the collection of numbered lists in the document. |
Open |
Specifies the opened document’s content as a byte array in the DOCX document format. |
Page |
Specifies the page background color.
Inherited from Idx |
Paragraphs |
Provides access to a collection of paragraphs.
Inherited from Idx |
Paragraph |
Provides access to the paragraph style collection. |
Range |
Provides access to the current document’s range.
Inherited from Idx |
Rtf |
Specifies the entire document’s 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 Idx |
Show |
Specifies if the page background color is displayed.
Inherited from Idx |
Tables |
Provides access to the collection of tables in the document.
Inherited from Idx |
Table |
Provides access to the collection of table styles. |
Text | Specifies the document’s 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