(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: com :: sun :: star :: accessibility ::

struct AccessibleRelation
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
Developers Guide
Accessibility - XAccessibleRelationSet

Elements' Summary
RelationType Type of the relation.  
TargetSet Set of objects that are the relation's targets.  
Elements' Details
RelationType
short RelationType;
Description
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;
Description
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.

Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.