import "Accessibility_Hypertext.idl";
Public Member Functions | |
long | getNLinks () |
Hyperlink | getLink (in long linkIndex) |
long | getLinkIndex (in long characterIndex) |
long Accessibility::Hypertext::getNLinks | ( | ) |
Query the hypertext object for the number of Hyperlinks it contains.
Hyperlink Accessibility::Hypertext::getLink | ( | in long | linkIndex | ) |
Get one of the Hyperlinks associated with this Hypertext object, by index.
linkIndex | an integer from 0 to getNLinks() - 1. |
long Accessibility::Hypertext::getLinkIndex | ( | in long | characterIndex | ) |