enum VerticalDimensioning in module com::sun::star::drawing::

(Global Index)

Syntax

enum VerticalDimensioning;

Description

specifies the vertical position of the text of a dimensioning shape.

Values Summary

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

Syntax

AUTO,

Description

Set this to have the application select the best horizontal position for the text.


TOP

Syntax

TOP,

Description

The text is positioned above the main line.


CENTERED

Syntax

CENTERED,

Description

The text is positioned over the main line.


BOTTOM

Syntax

BOTTOM,

Description

The text is positioned below the main line.

Top of Page