Name
AtkHyperlink -- encapsulates a link or set of links in a hypertext document
Description
AtkHyperLink encapsulates a link or set of links in a hypertext document.
It implements the AtkAction interface.
Details
atk_hyperlink_get_uri ()
Get a the URI associated with the anchor specified
by i of link.
Multiple anchors are primarily used by client-side image maps.
atk_hyperlink_get_object ()
AtkObject* atk_hyperlink_get_object (AtkHyperlink *link,
gint i); |
Returns the item associated with this hyperlinks nth anchor. For instance,
the returned AtkObject will implement AtkText if link is a text hyperlink,
AtkImage if link is an image hyperlink etc.
Multiple anchors are primarily used by client-side image maps.
atk_hyperlink_get_end_index ()
Gets the index with the hypertext document at which this link ends
atk_hyperlink_get_start_index ()
Gets the index with the hypertext document at which this link begins
atk_hyperlink_is_valid ()
Since the document a link is associated with may have changed, this
method returns whether or not this link is still valid (with respect
to the document is references)
atk_hyperlink_get_n_anchors ()
Gets the number of anchors associated with this hyperlink