LibreOffice
LibreOffice 24.2 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. More... | |
const short | MINIMUM = 1 |
This constant specifies the height as the minimum line height. More... | |
const short | LEADING = 2 |
This constant specifies the height value as the distance to the previous line. More... | |
const short | FIX = 3 |
This constant specifies the height value as a fixed line height. More... | |
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.