org.a11y.atspi.Hypertext
Description
An interface used for objects which implement linking
between multiple resource locations.
Properties
org.a11y.atspi.Hypertext:version
version readable u
Methods
org.a11y.atspi.Hypertext.GetNLinks
GetNLinks (
OUT unnamed_arg0 i
)
Gets the total number of Hyperlink objects that a Hypertext implementor has.
Returns: a integer indicating the number of Hyperlink objects of the Hypertext implementor, or -1 if the number cannot be determined (for example, if the Hypertext object is so large that it is not all currently in the memory cache).
unnamed_arg0
org.a11y.atspi.Hypertext.GetLink
GetLink (
IN linkIndex i,
OUT unnamed_arg1 (so)
)
linkIndex
unnamed_arg1
org.a11y.atspi.Hypertext.GetLinkIndex
GetLinkIndex (
IN characterIndex i,
OUT unnamed_arg1 i
)
characterOffset: a integer specifying the character offset to query.
Gets the index of the Hyperlink object at a specified character offset.
Returns: the link index of the Hyperlink active at character offset
characterOffset, or -1 if there is no hyperlink at the
specified character offset.
characterIndex
unnamed_arg1