enum ParagraphAdjust in module com::sun::star::style::

(Global Index)

Syntax

enum ParagraphAdjust;

Description

These enumeration values describe the formatting of a text paragraph.

Values Summary

LEFT adjusted to the left border

RIGHT adjusted to the right border

BLOCK adjusted to both borders / stretched, except for last line

CENTER adjusted to the center

STRETCH adjusted to both borders / stretched, including last line

Values Details



LEFT

Syntax

LEFT,

Description

adjusted to the left border


RIGHT

Syntax

RIGHT,

Description

adjusted to the right border


BLOCK

Syntax

BLOCK,

Description

adjusted to both borders / stretched, except for last line


CENTER

Syntax

CENTER,

Description

adjusted to the center


STRETCH

Syntax

STRETCH,

Description

adjusted to both borders / stretched, including last line

Top of Page