| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
These constants specify the interpretation of LineHeight. More...
| Variables | |
| const short | PROP = 0 | 
| This constant specifies the height value as a proportional value. | |
| const short | MINIMUM = 1 | 
| This constant specifies the height as the minimum line height. | |
| const short | LEADING = 2 | 
| This constant specifies the height value as the distance to the previous line. | |
| const short | FIX = 3 | 
| This constant specifies the height value as a fixed line height. | |
These constants specify the interpretation of LineHeight.
| const short FIX = 3 | 
This constant specifies the height value as a fixed line height.
| const short LEADING = 2 | 
This constant specifies the height value as the distance to the previous line.
| const short MINIMUM = 1 | 
This constant specifies the height as the minimum line height.
| const short PROP = 0 | 
This constant specifies the height value as a proportional value.