LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_accessibility_XAccessibleRelationSet_idl__
21 #define __com_sun_star_accessibility_XAccessibleRelationSet_idl__
27 module
com { module sun { module star { module accessibility {
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.
An AccessibleRelation object defines a one-to-many relation.
Definition: AccessibleRelation.idl:35
long getRelationCount()
Returns the number of relations in this relation set.
AccessibleRelation getRelationByType([in] short aRelationType)
Retrieve and return the relation with the given relation type.
boolean containsRelation([in] short aRelationType)
Tests whether the relation set contains a relation matching the specified key.
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