LibreOffice
LibreOffice 24.2 SDK API Reference
|
These enumeration values are used to specify the vertical alignment of paragraphs. More...
Variables | |
const short | AUTOMATIC = 0 |
In automatic mode, horizontal text is aligned to the baseline. More... | |
const short | BASELINE = 1 |
The text is aligned to the baseline. More... | |
const short | TOP = 2 |
The text is aligned to the top. More... | |
const short | CENTER = 3 |
The text is aligned to the center. More... | |
const short | BOTTOM = 4 |
The text is aligned to bottom. More... | |
These enumeration values are used to specify the vertical alignment of paragraphs.
const short AUTOMATIC = 0 |
In automatic mode, horizontal text is aligned to the baseline.
The same applies to text that is rotated 90°. Text that is rotated 270 ° is aligned to the center.
const short BASELINE = 1 |
The text is aligned to the baseline.
const short BOTTOM = 4 |
The text is aligned to bottom.
const short CENTER = 3 |
The text is aligned to the center.
const short TOP = 2 |
The text is aligned to the top.