| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
These constants describe how the content of a user text field is formatted. More...
| Variables | |
| const short | SYSTEM = 0 | 
| The number format of the operating system is used. | |
| const short | TEXT = 1 | 
| The content is formatted as text. | |
| const short | NUM = 2 | 
| The number format of the property "NumberFormat" is used. | |
These constants describe how the content of a user text field is formatted.
| const short NUM = 2 | 
The number format of the property "NumberFormat" is used.
| const short SYSTEM = 0 | 
The number format of the operating system is used.
| const short TEXT = 1 | 
The content is formatted as text.