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