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

(Global Index)

Syntax

enum HorizontalDimensioning;

Description

The HorizontalDimensioning specifies the horizontal 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.

LEFT The text is positioned to the left.

CENTERED The text is positioned at the center.

RIGHT The text is positioned to the right.

Values Details



AUTO

Syntax

AUTO,

Description

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


LEFT

Syntax

LEFT,

Description

The text is positioned to the left.


CENTERED

Syntax

CENTERED,

Description

The text is positioned at the center.


RIGHT

Syntax

RIGHT,

Description

The text is positioned to the right.

Top of Page