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