Skip to main content

IdxRichEditBookmark Interface

Exposes a bookmark within a document.

Declaration

IdxRichEditBookmark = interface(IInterface)

Remarks

The IdxRichEditBookmark interface provides the following members that allow you to:

  • Identify the bookmark’s name (Name and GetName);

  • Identify a document range associated with the bookmark (Range and GetRange).

The IdxRichEditBookmark interface is referenced by:

Inheritance

IInterface
IdxRichEditBookmark
See Also