|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
20 module
com { module sun { module star { module accessibility {
22 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:35
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:20
This interface can be used to represent any number of key bindings which then can be associated to a ...
Definition: XAccessibleKeyBinding.idl:38
base interface of all UNO interfaces
Definition: XInterface.idl:46
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition: IndexOutOfBoundsException.idl:31