enum VerticalAlignment in module com::sun::star::style::

(Global Index)

Syntax

enum VerticalAlignment;

Description

specify the horizontal alignment of an object within a container object.

Values Summary

TOP set the vertical alignment to the center between the top and bottom margins from the container object.

MIDDLE set the vertical alignment to the top margin from the container object.

BOTTOM set the vertical alignment to the bottom margin from the container object.

Values Details



TOP

Syntax

TOP,

Description

set the vertical alignment to the center between the top and bottom margins from the container object.


MIDDLE

Syntax

MIDDLE,

Description

set the vertical alignment to the top margin from the container object.


BOTTOM

Syntax

BOTTOM,

Description

set the vertical alignment to the bottom margin from the container object.

Top of Page