Skip to main content

IdxRichEditDocumentRange Interface

Exposes a text fragment in a document.

Declaration

IdxRichEditDocumentRange = interface(IInterface)

Remarks

The IdxRichEditDocumentRange interface exposes properties and methods that allow you to identify:

  • The range’s start position within a document (Start, GetStart);

  • The range’s end position within a document (End, GetEnd);

  • The range’s length in characters (Length);

  • Whether the range contains the specified document position (Contains).

Inheritance

IInterface
IdxRichEditDocumentRange
See Also