| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
specifies how cell contents are aligned vertically. More...
| Variables | |
| const long | STANDARD = 0 | 
| default alignment is used. | |
| const long | TOP = 1 | 
| contents are aligned with the upper edge of the cell. | |
| const long | CENTER = 2 | 
| contents are aligned to the vertical middle of the cell. | |
| const long | BOTTOM = 3 | 
| contents are aligned to the lower edge of the cell. | |
| const long | BLOCK = 4 | 
| contents are justified to the cell height. | |
specifies how cell contents are aligned vertically.
| const long BLOCK = 4 | 
contents are justified to the cell height.
| const long BOTTOM = 3 | 
contents are aligned to the lower edge of the cell.
| const long CENTER = 2 | 
contents are aligned to the vertical middle of the cell.
| const long STANDARD = 0 | 
default alignment is used.
| const long TOP = 1 | 
contents are aligned with the upper edge of the cell.