LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_accessibility_XAccessibleContext_idl__
21 #define __com_sun_star_accessibility_XAccessibleContext_idl__
28 module
com { module sun { module star { module accessibility {
30 interface XAccessible;
31 interface XAccessibleRelationSet;
32 interface XAccessibleSelection;
33 interface XAccessibleStateSet;
Implement this interface to give access to an object's set of relations.
Definition: XAccessibleRelationSet.idl:44
string getAccessibleName()
Return the object's localized name.
short getAccessibleRole()
Returns the role of this object.
XAccessibleStateSet getAccessibleStateSet()
Returns the set of states that are currently active for this object.
Implement this interface for exposing various aspects of a class's content.
Definition: XAccessibleContext.idl:50
XAccessibleRelationSet getAccessibleRelationSet()
Returns the set of relations defined for this object.
::com::sun::star::lang::Locale getLocale()
Returns the locale of the component.
Implement this interface to represent a set of states.
Definition: XAccessibleStateSet.idl:40
string getAccessibleDescription()
Returns the object's description.
long getAccessibleChildCount()
Return the number of children.
XAccessible getAccessibleParent()
Returns the parent of this object.
This interface has to be implemented by any class that wants to be accessible.
Definition: XAccessible.idl:55
object represents a specific geographical, political, or cultural region.
Definition: Locale.idl:48
Definition: Ambiguous.idl:22
XAccessible getAccessibleChild([in] long i)
Returns the i-th child of this object.
Indicates invalid or unavailable state information.
Definition: IllegalAccessibleComponentStateException.idl:39
base interface of all UNO interfaces
Definition: XInterface.idl:48
long getAccessibleIndexInParent()
Returns the index of this object in its accessible parent.
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition: IndexOutOfBoundsException.idl:35