Top | ![]() |
![]() |
![]() |
![]() |
void | AccessibleHypertext_ref () |
void | AccessibleHypertext_unref () |
long | AccessibleHypertext_getNLinks () |
AccessibleHyperlink * | AccessibleHypertext_getLink () |
long | AccessibleHypertext_getLinkIndex () |
void
AccessibleHypertext_ref (AccessibleHypertext *obj
);
Increment the reference count for an AccessibleHypertext object.
Since AccessibleHypertext is derived from AccessibleText,
this is the same as AccessibleText_unref()
.
void
AccessibleHypertext_unref (AccessibleHypertext *obj
);
Decrement the reference count for an AccessibleHypertext object.
Since AccessibleHypertext is derived from AccessibleText,
this is the same as AccessibleText_unref()
.
long
AccessibleHypertext_getNLinks (AccessibleHypertext *obj
);
Get the total number of AccessibleHyperlinks which an AccessibleHypertext implementor has.
AccessibleHyperlink * AccessibleHypertext_getLink (AccessibleHypertext *obj
,long int linkIndex
);
Get the AccessibleHyperlink object at a specified index.
long AccessibleHypertext_getLinkIndex (AccessibleHypertext *obj
,long int characterOffset
);
Get the index of the AccessibleHyperlink object at a specified character offset.