Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: text ::

constants group SetVariableType
Description
These constants define the type of a variable text field.

Constants
VAR specifies a simple variable.  
SEQUENCE specifies a number sequence field.  
FORMULA specifies a formula field.  
STRING specifies a string field.  
Constants' Details
VAR
const short VAR = 0;
Description
specifies a simple variable.
SEQUENCE
const short SEQUENCE = 1;
Description
specifies a number sequence field.
FORMULA
const short FORMULA = 2;
Description
specifies a formula field.
STRING
const short STRING = 3;
Description
specifies a string field.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.