LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_accessibility_XAccessibleAction_idl__
21 #define __com_sun_star_accessibility_XAccessibleAction_idl__
26 module
com { module sun { module star { module accessibility {
28 interface XAccessibleKeyBinding;
long getAccessibleActionCount()
Returns the number of accessible actions available in this object.
Implement this interface to give access to actions that can be executed for accessible objects.
Definition: XAccessibleAction.idl:41
string getAccessibleActionDescription([in] long nIndex)
Returns a description of the specified action of the object.
XAccessibleKeyBinding getAccessibleActionKeyBinding([in] long nIndex)
Returns a key binding object, if there is one, associated with the specified action.
boolean doAccessibleAction([in] long nIndex)
Perform the specified Action on the object.
Definition: Ambiguous.idl:22
This interface can be used to represent any number of key bindings which then can be associated to a ...
Definition: XAccessibleKeyBinding.idl:45
base interface of all UNO interfaces
Definition: XInterface.idl:48
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition: IndexOutOfBoundsException.idl:35