![]() | ![]() | ![]() | AT-SPI C Bindings Reference Manual |
---|
AccessibleHyperlink Interface —
void AccessibleHyperlink_ref (AccessibleHyperlink *obj); void AccessibleHyperlink_unref (AccessibleHyperlink *obj);long AccessibleHyperlink_getNAnchors (AccessibleHyperlink *obj); void AccessibleHyperlink_getIndexRange (AccessibleHyperlink *obj,long int *startIndex,long int *endIndex); Accessible* AccessibleHyperlink_getObject (AccessibleHyperlink *obj,long int i); char* AccessibleHyperlink_getURI (AccessibleHyperlink *obj,long int i);SPIBoolean AccessibleHyperlink_isValid (AccessibleHyperlink *obj);
void AccessibleHyperlink_ref (AccessibleHyperlink *obj);
Increment the reference count for an
obj : | a pointer to the |
void AccessibleHyperlink_unref (AccessibleHyperlink *obj);
Decrement the reference count for an
obj : | a pointer to the |
long AccessibleHyperlink_getNAnchors (AccessibleHyperlink *obj);
Get the total number of anchors which an
obj : | a pointer to the |
Returns : | a |
void AccessibleHyperlink_getIndexRange (AccessibleHyperlink *obj,long int *startIndex,long int *endIndex);
Get the starting and ending character offsets of the text range associated with
a
obj : | a pointer to the |
startIndex : | a pointer to a long integer into which the starting
offset of the text associated with this |
endIndex : | a pointer to a long integer into which the offset of the first character
after the text associated with this |
Accessible* AccessibleHyperlink_getObject (AccessibleHyperlink *obj,long int i);
Get the object associated with a particular hyperlink anchor, as an Accessible.
obj : | a pointer to the |
i : | a (zero-index) long integer indicating which hyperlink anchor to query. |
Returns : | an Accessible that represents the object associated with the ith anchor
of the specified |
char* AccessibleHyperlink_getURI (AccessibleHyperlink *obj,long int i);
Get the URI associated with a particular hyperlink anchor.
obj : | a pointer to the |
i : | a (zero-index) long integer indicating which hyperlink anchor to query. |
Returns : | a UTF-8 string giving the URI of the ith hyperlink anchor. |
SPIBoolean AccessibleHyperlink_isValid (AccessibleHyperlink *obj);
Tell whether an
obj : | a pointer to the |
Returns : | |
<< Auxiliary Types |