constants group ParagraphVertAlign in module com::sun::star::text::

(Global Index)

Syntax

constants group ParagraphVertAlign;

Description

These enumeration values are used to specify the vertical alignment of paragaphs.

Constants Summary

AUTOMATIC In automatic mode, horizontal text is aligned to the baseline. The same applies to text that is rotated 90°. Text that is rotated 270 ° is aligned to the center.

BASELINE The text is aligned to the baseline.

TOP The text is aligned to the top.

CENTER The text is aligned to the center.

BOTTOM The text is aligned to bottom.

Field Details



AUTOMATIC

Syntax

const short  AUTOMATIC = 0;

Description

In automatic mode, horizontal text is aligned to the baseline. The same applies to text that is rotated 90°. Text that is rotated 270 ° is aligned to the center.


BASELINE

Syntax

const short  BASELINE = 1;

Description

The text is aligned to the baseline.


TOP

Syntax

const short  TOP = 2;

Description

The text is aligned to the top.


CENTER

Syntax

const short  CENTER = 3;

Description

The text is aligned to the center.


BOTTOM

Syntax

const short  BOTTOM = 4;

Description

The text is aligned to bottom.

Top of Page