| LibreOffice
    LibreOffice 24.8 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. | |
| const short | BASELINE = 1 | 
| The text is aligned to the baseline. | |
| const short | TOP = 2 | 
| The text is aligned to the top. | |
| const short | CENTER = 3 | 
| The text is aligned to the center. | |
| const short | BOTTOM = 4 | 
| The text is aligned to bottom. | |
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.