Properties
| Name | Type | Description |
|---|---|---|
| Block | int | Specifies the index of the block in the ILayout::VisualBlocks collection. |
| Cell | int | Specifies the index of the cell (in the table block). If the cursor position is not in a table block, the value of this property is -1. |
| Page | int | Specifies the index of the page in the document. |
| Paragraph | int | Specifies the index of the paragraph. If the cursor position is in a picture block, the value of this property is -1. |
| Symbol | int | Specifies the index of the symbol in the paragraph. If the cursor position is in a picture block, the value of this property is -1. |
Output parameter
This object is the output parameter of the GetSelection method of the TextEditor object.Input parameter
This object is passed as an input parameter to the following methods:- SetSelection method of the TextEditor object
- Spell method of the TextValidator object
- OnSelectionChanged method of the ITextValidatorEvents interface
