LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_accessibility_XAccessibleHyperlink_idl__
21 #define __com_sun_star_accessibility_XAccessibleHyperlink_idl__
26 module
com { module sun { module star { module accessibility {
Implement this interface to give access to actions that can be executed for accessible objects.
Definition: XAccessibleAction.idl:41
long getEndIndex()
Returns the index at which the textual representation of the hyperlink (group) ends.
boolean isValid()
Returns whether the document referenced by this links is still valid.
any getAccessibleActionAnchor([in] long nIndex)
Returns an object that represents the link anchor, as appropriate for that link.
Definition: Ambiguous.idl:22
Implement this interface to represent a hyperlink or a group of hyperlinks.
Definition: XAccessibleHyperlink.idl:51
long getStartIndex()
Returns the index at which the textual representation of the hyperlink (group) starts.
any getAccessibleActionObject([in] long nIndex)
Returns an object that represents the link anchor, as appropriate for that link.
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition: IndexOutOfBoundsException.idl:35