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.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