IdxRichEditHyperlinkCollection Interface
Exposes the collection of hyperlinks in the current document.
Declaration
IdxRichEditHyperlinkCollection = interface(IdxRichEditReadOnlyHyperlinkCollection)
Remarks
The IdxRichEditHyperlinkCollection interface provides access to members that allow you to:
Create and delete hyperlinks (CreateHyperlink and RemoveHyperlink);
Find a hyperlink within the specified field index (FindHyperlink);
Obtain the number of hyperlinks in the collection (Count and GetCount).
The IdxRichEditHyperlinkCollection interface is referenced by the GetHyperlinks function and the Hyperlinks property provided by the IdxRichEditSubDocument interface.
Inheritance
IInterface
IdxReadOnlyList<T>
IdxRichEditReadOnlyHyperlinkCollection
IdxRichEditHyperlinkCollection
See Also