| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
These constants define the type of a variable text field. More...
| Variables | |
| const short | VAR = 0 | 
| specifies a simple variable. | |
| const short | SEQUENCE = 1 | 
| specifies a number sequence field. | |
| const short | FORMULA = 2 | 
| specifies a formula field. | |
| const short | STRING = 3 | 
| specifies a string field. | |
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.