You are viewing information archived from Mozilla.org on 2015-08-05.

interface nsIAccessibleHyperText

nsIAccessibleHyperText interface



Public Fields



[more] readonly attribute long links
A long type readonly attributeReturns the links of accessible hypertext



Public Methods



[more] nsIAccessibleHyperLink getLink (in long index)
getLink:Gets the link in this hypertext document at index link_index
[more] long getLinkIndex (in long charIndex)
Gets the index into the array of hyperlinks that is associated with the character specified by charindex


Documentation

nsIAccessibleHyperText interface
o readonly attribute long links
A long type readonly attributeReturns the links of accessible hypertext




o nsIAccessibleHyperLink getLink(in long index)
getLink:Gets the link in this hypertext document at index link_index


Parameters:
index - input a long parameter specifying the desired link

Returns:
the link in this hypertext document at index



o long getLinkIndex(in long charIndex)
Gets the index into the array of hyperlinks that is associated with the character specified by charindex


Parameters:
charIndex - a character index

Returns:
an index into the array of hyperlinks in hypertext




This class has no child classes.




Alphabetic index



This page was generated with the help of DOC++ .