|
LibreOffice
LibreOffice 25.8 SDK API Reference
|
Go to the documentation of this file.
20 module
com { module sun { module star { module accessibility {
Implement this interface to give access to an object's set of relations.
Definition: XAccessibleRelationSet.idl:37
AccessibleRelation getRelation([in] long nIndex)
Returns the relation of this relation set that is specified by the given index.
AccessibleRelationType
Collection of relation types.
Definition: AccessibleRelationType.idl:30
An AccessibleRelation object defines a one-to-many relation.
Definition: AccessibleRelation.idl:31
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.
Definition: Ambiguous.idl:20
AccessibleRelation getRelationByType([in] ::com::sun::star::accessibility::AccessibleRelationType eRelationType)
Retrieve and return the relation with the given relation type.
base interface of all UNO interfaces
Definition: XInterface.idl:46
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition: IndexOutOfBoundsException.idl:31