:: com :: sun :: star :: accessibility ::
|
unpublished |
constants group AccessibleRelationType |
|
|
- Usage Restrictions
- not published
- Description
- Collection of relation types.
This list of constants defines the available 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
|
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
- Label-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 tree table which is
displayed because a cell in the same column is expanded and
identifies that cell.
- Since
- OOo 3.0
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.