A cross-platform interface that deals with text which contains hyperlinks.
[scriptable, uuid(d56bd454-8ff3-4edc-b266-baeada00267b)]
interface nsIAccessibleHyperText : nsISupports
Attributes
Returns the number of links contained within this hypertext object.
readonly attribute
long
linkCount
Methods
Retrieves the nsIAccessibleHyperLink object at the given link index. @param linkIndex 0-based index of the link that is to be retrieved. This can be retrieved via getLinkIndex (see above). @returns nsIAccessibleHyperLink Object representing the link properties or NS_ERROR_INVALID_ARG if there is no link at that index.
nsIAccessibleHyperLink
getLink(in long linkIndex)
long
getLinkIndex(in long charIndex)
Compare to: