:: com :: sun :: star :: drawing ::

enum VerticalDimensioning
Description
specifies the vertical position of the text of a dimensioning shape.

Values
AUTO Set this to have the application select the best horizontal position for the text.  
TOP The text is positioned above the main line.  
CENTERED The text is positioned over the main line.  
BOTTOM The text is positioned below the main line.  
Values' Details
AUTO
AUTO,
Description
Set this to have the application select the best horizontal position for the text.
TOP
TOP,
Description
The text is positioned above the main line.
CENTERED
CENTERED,
Description
The text is positioned over the main line.
BOTTOM
BOTTOM,
Description
The text is positioned below the main line.
Top of Page