20module
com { module sun { module star { module accessibility {
22 interface XAccessible;
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition IndexOutOfBoundsException.idl:31
Implement this interface to represent a selection of accessible objects.
Definition XAccessibleSelection.idl:40
void deselectAccessibleChild([in] hyper nChildIndex)
Removes the specified child from the set of this object's selected children.
void clearAccessibleSelection()
Clears the selection, so that no children of the object are selected.
boolean isAccessibleChildSelected([in] hyper nChildIndex)
Determines if the specified child of this object is selected.
hyper getSelectedAccessibleChildCount()
Returns the number of Accessible children that are currently selected.
void selectAccessibleChild([in] hyper nChildIndex)
Selects the specified Accessible child of the object.
XAccessible getSelectedAccessibleChild([in] hyper nSelectedChildIndex)
Returns the specified selected Accessible child.
void selectAllAccessibleChildren()
Select all children.
This interface has to be implemented by any class that wants to be accessible.
Definition XAccessible.idl:50
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20