IdxRichEditDocumentRange Members
Exposes a text fragment in a document.Properties
| Name | Description |
|---|---|
| End | Returns the document range’s end position. |
| Length | Returns the document range’s length (in characters). |
| Start | Returns the document range’s start position. |
Methods
| Name | Description |
|---|---|
| Contains(IdxRichEditDocumentPosition) | Identifies whether the specified document position is within the range. |
| GetEnd | Returns the document range’s end position. |
| GetLength | Returns the document range’s length (in characters). |
| GetStart | Returns the document range’s start position. |
See Also