Hyperlink
Object Hierarchy:
Atk.Hyperlink
Atk.Hyperlink
Atk.Hyperlink
GLib.Object
GLib.Object
GLib.Object->Atk.Hyperlink
Atk.Action
Atk.Action
Atk.Action->Atk.Hyperlink
Description:
[
CCode ( type_id =
"atk_hyperlink_get_type ()" ) ]
public class Hyperlink :
Object ,
Action
An ATK object which encapsulates a link or set of links (for instance in the case of client-side image maps) in a hypertext document.
It may implement the AtkAction interface. AtkHyperlink may also be used to refer to inline embedded content, since it allows
specification of a start and end offset within the host AtkHypertext object.
Content:
Properties:
Creation methods:
Methods:
public virtual int get_end_index ()
Gets the index with the hypertext document at which this link ends.
public virtual int get_n_anchors ()
Gets the number of anchors associated with this hyperlink.
public virtual unowned Object get_object (int i)
Returns the item associated with this hyperlinks nth anchor.
public virtual int get_start_index ()
Gets the index with the hypertext document at which this link begins.
public virtual string get_uri (int i)
Get a the URI associated with the anchor specified by i
of this .
public bool is_inline ()
Indicates whether the link currently displays some or all of its
content inline.
public virtual bool is_selected_link ()
Determines whether this AtkHyperlink is selected
public virtual bool is_valid ()
Since the document that a link is associated with may have changed
this method returns true
if the link is still valid (with respect to the document it references) and false
otherwise.
public virtual uint link_state ()
Signals:
Inherited Members:
All known members inherited from class GLib.Object
@get
@new
@ref
@set
add_toggle_ref
add_weak_pointer
bind_property
connect
constructed
disconnect
dispose
dup_data
dup_qdata
force_floating
freeze_notify
get_class
get_data
get_property
get_qdata
get_type
getv
interface_find_property
interface_install_property
interface_list_properties
is_floating
new_valist
new_with_properties
newv
notify
notify_property
ref_count
ref_sink
remove_toggle_ref
remove_weak_pointer
replace_data
replace_qdata
set_data
set_data_full
set_property
set_qdata
set_qdata_full
set_valist
setv
steal_data
steal_qdata
thaw_notify
unref
watch_closure
weak_ref
weak_unref
All known members inherited from interface Atk.Action