import "Accessibility_Hypertext.idl";
Public Member Functions | |
| long | getNLinks () |
| Query the hypertext object for the number of Hyperlinks it contains. | |
| Hyperlink | getLink (in long linkIndex) |
| Get one of the Hyperlinks associated with this Hypertext object, by index. | |
| long | getLinkIndex (in long characterIndex) |
| Get the hyperlink index, if any, associated with a particular character offset in the Hypertext object. | |
| HyperlinkSet | getLinks () |
| Obtain a list containing all of the hyperlinks associated with a Hypertext instance, with their associated text offsets. | |
A Hypertext instance is associated with one or more Hyperlinks, which are associated with particular offsets within the Hypertext's included content.
Definition at line 38 of file Accessibility_Hypertext.idl.
|
|
Query the hypertext object for the number of Hyperlinks it contains.
|
|
|
Get one of the Hyperlinks associated with this Hypertext object, by index.
|
|
|
Get the hyperlink index, if any, associated with a particular character offset in the Hypertext object. For Hypertext implementors without textual content, all hyperlinks are associated with character offset '0'.
|
|
|
Obtain a list containing all of the hyperlinks associated with a Hypertext instance, with their associated text offsets.
|
1.4.3