(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: com :: sun :: star :: frame :: status ::

unpublished constants group ItemState
Usage Restrictions
not published
Description
these constants describe a state of a ItemStatus.
Since
OOo 2.0
See also
ItemStatus

Constants
unknown specifies an unknown state.  
disabled specifies that the property is currently disabled.  
read_only specifies that the property is currently read-only.  
dont_care specifies that the property is currently in a don't care state.  
default_value specifies that the property is currently in a default state.  
set specifies that the property is currently in a set state.  
Constants' Details
unknown
const short unknown = 0;
Description
specifies an unknown state.
disabled
const short disabled = 1;
Description
specifies that the property is currently disabled.
read_only
const short read_only = 2;
Description
specifies that the property is currently read-only.
dont_care
const short dont_care = 16;
Description
specifies that the property is currently in a don't care state.

This is normally used if a selection provides more than one state for a property at the same time.

default_value
const short default_value = 32;
Description
specifies that the property is currently in a default state.
set
const short set = 64;
Description
specifies that the property is currently in a set state.
Top of Page

Apache Feather

Copyright & License | Privacy | Contact Us

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.

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.