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

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

Values
LEFT set the horizontal alignment to the left margin from the container object  
CENTER set the horizontal alignment to the center between the margins from the container object  
RIGHT set the horizontal alignment to the right margin from the container object  
Values' Details
LEFT
LEFT,
Description
set the horizontal alignment to the left margin from the container object
CENTER
CENTER,
Description
set the horizontal alignment to the center between the margins from the container object
RIGHT
RIGHT,
Description
set the horizontal alignment to the right margin from the container object
Top of Page