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

constants group CellFlags
Description
These constants select different types of cell contents.

The values can be combined. They are used to insert, copy, or delete contents.


Constants
VALUE selects constant numeric values that are not formatted as dates or times.  
DATETIME selects constant numeric values that have a date or time number format.  
STRING selects constant strings.  
ANNOTATION selects cell annotations.  
FORMULA selects formulas.  
HARDATTR selects all explicit formatting, but not the formatting which is applied implicitly through style sheets.  
STYLES selects cell styles.  
OBJECTS selects drawing objects.  
EDITATTR selects formatting within parts of the cell contents.  
FORMATTED selects cells with formatting within the cells or cells with more than one paragraph within the cells.  
Constants' Details
VALUE
const long VALUE = 1;
Description
selects constant numeric values that are not formatted as dates or times.
DATETIME
const long DATETIME = 2;
Description
selects constant numeric values that have a date or time number format.
STRING
const long STRING = 4;
Description
selects constant strings.
ANNOTATION
const long ANNOTATION = 8;
Description
selects cell annotations.
FORMULA
const long FORMULA = 16;
Description
selects formulas.
HARDATTR
const long HARDATTR = 32;
Description
selects all explicit formatting, but not the formatting which is applied implicitly through style sheets.
STYLES
const long STYLES = 64;
Description
selects cell styles.
OBJECTS
const long OBJECTS = 128;
Description
selects drawing objects.
EDITATTR
const long EDITATTR = 256;
Description
selects formatting within parts of the cell contents.
FORMATTED
const long FORMATTED = 512;
Description
selects cells with formatting within the cells or cells with more than one paragraph within the cells.
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.