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

(Global Index)

Syntax

enum TextVerticalAdjust;

Description

This enumeration specifies the vertical position of text inside a shape in relation to the shape.

This counts for the complete text, not individual lines.

Values Summary

TOP The left edge of the text is adjusted to the left edge of the shape.

CENTER The text is centered inside the shape.

BOTTOM The right edge of the text is adjusted to the right edge of the shape.

Values Details



TOP

Syntax

TOP,

Description

The left edge of the text is adjusted to the left edge of the shape.


CENTER

Syntax

CENTER,

Description

The text is centered inside the shape.


BOTTOM

Syntax

BOTTOM,

Description

The right edge of the text is adjusted to the right edge of the shape.

Top of Page