(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 :: sheet ::

enum ConditionOperator
Description
is used to specify the type of XSheetCondition.
Developers Guide
Spreadsheets - Conditional Formats

Values
NONE no condition is specified.  
EQUAL value has to be equal to the specified value.  
NOT_EQUAL the value must not be equal to the specified value.  
GREATER the value has to be greater than the specified value.  
GREATER_EQUAL the value has to be greater than or equal to the specified value.  
LESS the value has to be less than the specified value.  
LESS_EQUAL the value has to be less than or equal to the specified value.  
BETWEEN the value has to be between the two specified values.  
NOT_BETWEEN the value has to be outside of the two specified values.  
FORMULA the specified formula has to give a non-zero result.  
Values' Details
NONE
NONE,
Description
no condition is specified.
EQUAL
EQUAL,
Description
value has to be equal to the specified value.
NOT_EQUAL
NOT_EQUAL,
Description
the value must not be equal to the specified value.
GREATER
GREATER,
Description
the value has to be greater than the specified value.
GREATER_EQUAL
GREATER_EQUAL,
Description
the value has to be greater than or equal to the specified value.
LESS
LESS,
Description
the value has to be less than the specified value.
LESS_EQUAL
LESS_EQUAL,
Description
the value has to be less than or equal to the specified value.
BETWEEN
BETWEEN,
Description
the value has to be between the two specified values.
NOT_BETWEEN
NOT_BETWEEN,
Description
the value has to be outside of the two specified values.
FORMULA
FORMULA,
Description
the specified formula has to give a non-zero result.
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.