Top   Module   Use   Manual   Index 

com :: sun :: star :: table ::

enum CellVertJustify


Description
specifies how cell contents are aligned vertically.


Values

STANDARD
Description
default alignment is used.
TOP
Description
contents are aligned with the upper edge of the cell.
CENTER
Description
contents are aligned to the vertical middle of the cell.
BOTTOM
Description
contents are aligned to the lower edge of the cell.
Top of Page