LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_accessibility_XAccessibleSelection_idl__
21 #define __com_sun_star_accessibility_XAccessibleSelection_idl__
26 module
com { module sun { module star { module accessibility {
28 interface XAccessible;
XAccessible getSelectedAccessibleChild([in] long nSelectedChildIndex)
Returns the specified selected Accessible child.
void clearAccessibleSelection()
Clears the selection, so that no children of the object are selected.
void selectAllAccessibleChildren()
Select all children.
boolean isAccessibleChildSelected([in] long nChildIndex)
Determines if the specified child of this object is selected.
void selectAccessibleChild([in] long nChildIndex)
Selects the specified Accessible child of the object.
This interface has to be implemented by any class that wants to be accessible.
Definition: XAccessible.idl:55
void deselectAccessibleChild([in] long nChildIndex)
Removes the specified child from the set of this object's selected children.
long getSelectedAccessibleChildCount()
Returns the number of Accessible children that are currently selected.
Implement this interface to represent a selection of accessible objects.
Definition: XAccessibleSelection.idl:46
Definition: Ambiguous.idl:22
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