:: com :: sun :: star :: style ::

enum VerticalAlignment
Description
specify the horizontal alignment of an object within a container object.

Values
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
TOP,
Description
set the vertical alignment to the center between the top and bottom margins from the container object.
MIDDLE
MIDDLE,
Description
set the vertical alignment to the top margin from the container object.
BOTTOM
BOTTOM,
Description
set the vertical alignment to the bottom margin from the container object.
Top of Page