20module
com { module sun { module star { module accessibility {
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition IndexOutOfBoundsException.idl:31
Implement this interface to give access to an object's set of relations.
Definition XAccessibleRelationSet.idl:37
AccessibleRelation getRelationByType([in] ::com::sun::star::accessibility::AccessibleRelationType eRelationType)
Retrieve and return the relation with the given relation type.
AccessibleRelation getRelation([in] long nIndex)
Returns the relation of this relation set that is specified by the given index.
boolean containsRelation([in] ::com::sun::star::accessibility::AccessibleRelationType eRelationType)
Tests whether the relation set contains a relation matching the specified key.
long getRelationCount()
Returns the number of relations in this relation set.
base interface of all UNO interfaces
Definition XInterface.idl:46
AccessibleRelationType
Collection of relation types.
Definition AccessibleRelationType.idl:30
Definition Ambiguous.idl:20
An AccessibleRelation object defines a one-to-many relation.
Definition AccessibleRelation.idl:31