20 module
com { module sun { module star { module accessibility {
22 interface XAccessible;
56 void selectAccessibleChild ([in] hyper nChildIndex)
73 boolean isAccessibleChildSelected ([in] hyper nChildIndex)
79 void clearAccessibleSelection ();
88 void selectAllAccessibleChildren ();
101 hyper getSelectedAccessibleChildCount ();
122 XAccessible getSelectedAccessibleChild ([in] hyper nSelectedChildIndex)
139 void deselectAccessibleChild ([in] hyper nChildIndex)
This exception is thrown to indicate that a container has been accessed with an illegal index...
Definition: IndexOutOfBoundsException.idl:30
Definition: Ambiguous.idl:20
This interface has to be implemented by any class that wants to be accessible.
Definition: XAccessible.idl:49
Implement this interface to represent a selection of accessible objects.
Definition: XAccessibleSelection.idl:39
base interface of all UNO interfaces
Definition: XInterface.idl:45