enum CellVertJustify in module com::sun::star::table::

(Global Index)

Syntax

enum CellVertJustify;

Description

enumeration used to specify how cell contents are aligned vertically.

Values Summary

STANDARD default alignment is used.

TOP contents are aligned with the upper edge of the cell.

CENTER contents are aligned to the vertical middle of the cell.

BOTTOM contents are aligned to the lower edge of the cell.

Values Details



STANDARD

Syntax

STANDARD,

Description

default alignment is used.


TOP

Syntax

TOP,

Description

contents are aligned with the upper edge of the cell.


CENTER

Syntax

CENTER,

Description

contents are aligned to the vertical middle of the cell.


BOTTOM

Syntax

BOTTOM,

Description

contents are aligned to the lower edge of the cell.

Top of Page