LibreOffice
LibreOffice 24.2 SDK API Reference
|
These constants define the type of a variable text field. More...
Variables | |
const short | VAR = 0 |
specifies a simple variable. More... | |
const short | SEQUENCE = 1 |
specifies a number sequence field. More... | |
const short | FORMULA = 2 |
specifies a formula field. More... | |
const short | STRING = 3 |
specifies a string field. More... | |
These constants define the type of a variable text field.
const short FORMULA = 2 |
specifies a formula field.
const short SEQUENCE = 1 |
specifies a number sequence field.
const short STRING = 3 |
specifies a string field.
const short VAR = 0 |
specifies a simple variable.