Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
:: com :: sun :: star :: accessibility ::
constants group AccessibleRelationType
Description
Collection of relation types.
This list of constants defines the availabe types of relations that
are usable by AccessibleRelation .
We are using constants instead of a more typesafe enum. The reason
for this is that IDL enums may not be extended. Therefore, in order to
include future extensions to the set of roles we have to use constants
here.
Since
OOo 1.1.2
Developers Guide
Accessibility - XAccessibleRelationSet
Constants' Details
INVALID
const short INVALID = 0;
Description
Invalid relation type.
Indicates an invalid relation type. This is used to indicate
that a retrieval method could not find a requested relation.
CONTENT_FLOWS_FROM
const short CONTENT_FLOWS_FROM = 1;
Description
Content-flows-from relation.
Indicates a content flow between the related objects.
CONTENT_FLOWS_TO
const short CONTENT_FLOWS_TO = 2;
Description
Content-flows-to relation.
Indicates a content flow between the related objects.
CONTROLLED_BY
const short CONTROLLED_BY = 3;
Description
Controlled-by relation type.
Indicates an object is controlled by one or more target
objects.
CONTROLLER_FOR
const short CONTROLLER_FOR = 4;
Description
Controller-for relation type.
Indicates an object is a controller for one or more target
objects.
LABEL_FOR
const short LABEL_FOR = 5;
Description
Lable-for relation type.
Indicates an object is a label for one or more target
objects.
LABELED_BY
const short LABELED_BY = 6;
Description
Labeled-by relation type.
Indicates an object is labeled by one or more target objects.
MEMBER_OF
const short MEMBER_OF = 7;
Description
Member-of relation type.
Indicates an object is a member of a group of one or more target
objects.
SUB_WINDOW_OF
const short SUB_WINDOW_OF = 8;
Description
Sub-Window-of relation type.
With this relation you can realize an alternative parent-child
relationship. The target of the relation contains the parent
window. Note that there is no relation that points the other way,
from the parent window to the child window.
NODE_CHILD_OF
const short NODE_CHILD_OF = 9;
Description
Node-Child-of relation type.
Indicates an object is a cell in a tree or treetable which is
displayed because a cell in the same column is expanded and
identifies that cell.
Since
OOo 3.0
Top of Page Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.