enum HorizontalAdjust in module com::sun::star::text::

(Global Index)

Syntax

enum HorizontalAdjust;

Description

enumeration values define the horizontal adjustments of objects.

Values Summary

LEFT the object is left adjusted.

CENTER the object is adjusted to the center.

RIGHT the object is right adjusted.

Values Details



LEFT

Syntax

LEFT,

Description

the object is left adjusted.


CENTER

Syntax

CENTER,

Description

the object is adjusted to the center.


RIGHT

Syntax

RIGHT,

Description

the object is right adjusted.

Top of Page