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

(Global Index)

Syntax

enum HorizontalAlignment;

Description

values specify the horizontal alignment of an object within a container object.

Values Summary

LEFT set the horizontal alignment to the left margin from the container object

CENTER set the horizontal alignment to the center between the margins from the container object

RIGHT set the horizontal alignment to the right margin from the container object

Values Details



LEFT

Syntax

LEFT,

Description

set the horizontal alignment to the left margin from the container object


CENTER

Syntax

CENTER,

Description

set the horizontal alignment to the center between the margins from the container object


RIGHT

Syntax

RIGHT,

Description

set the horizontal alignment to the right margin from the container object

Top of Page