20#ifndef __com_sun_star_accessibility_XAccessibleRelationSet_idl__
21#define __com_sun_star_accessibility_XAccessibleRelationSet_idl__
27module
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:35
Implement this interface to give access to an object's set of relations.
Definition XAccessibleRelationSet.idl:44
AccessibleRelation getRelation([in] long nIndex)
Returns the relation of this relation set that is specified by the given index.
boolean containsRelation([in] short aRelationType)
Tests whether the relation set contains a relation matching the specified key.
AccessibleRelation getRelationByType([in] short aRelationType)
Retrieve and return the relation with the given relation type.
long getRelationCount()
Returns the number of relations in this relation set.
base interface of all UNO interfaces
Definition XInterface.idl:48
Definition Ambiguous.idl:22
An AccessibleRelation object defines a one-to-many relation.
Definition AccessibleRelation.idl:35