LibreOffice
LibreOffice 24.2 SDK API Reference
Public Attributes | List of all members
AccessibleRelation Struct Reference

An AccessibleRelation object defines a one-to-many relation. More...

import"AccessibleRelation.idl";

Public Attributes

short RelationType
 Type of the relation. More...
 
sequence< ::com::sun::star::uno::XInterfaceTargetSet
 Set of objects that are the relation's targets. More...
 

Detailed Description

An AccessibleRelation object defines a one-to-many relation.

The represented relation points from the implementing object to a set of target objects.

Since
OOo 1.1.2

Member Data Documentation

◆ RelationType

short RelationType

Type of the relation.

Its value has to be one of the constants defined by AccessibleRelationType. If that value is INVALID then the whole relation is regarded as invalid. The content of the TargetSet is then undefined.

See also
AccessibleRelationType

◆ TargetSet

sequence< ::com::sun::star::uno::XInterface> TargetSet

Set of objects that are the relation's targets.

The content of this set is undefined if the relation's type is INVALID. The set must not contain references to one object more than once.


The documentation for this struct was generated from the following file: