A cross-platform interface that deals with text which contains hyperlinks.
Each link is an embedded object representing exactly 1 character within
the hypertext.
Current implementation assumes every embedded object is a link.
Return link accessible at the given index.
index | [in] 0-based index of the link that is to be retrieved |
link accessible or null if there is no link at that index |
Return index of the given link.
link | [in] link accessible the index is requested for |
index of the given link or null if there's no link within hypertext accessible |
Return the number of links contained within this hypertext object.