:: com :: sun :: star :: text ::

enum HorizontalAdjust
Description
enumeration values define the horizontal adjustments of objects.

Values
LEFT the object is left adjusted.  
CENTER the object is adjusted to the center.  
RIGHT the object is right adjusted.  
Values' Details
LEFT
LEFT,
Description
the object is left adjusted.
CENTER
CENTER,
Description
the object is adjusted to the center.
RIGHT
RIGHT,
Description
the object is right adjusted.
Top of Page