enum CellHoriJustify in module com::sun::star::table::

(Global Index)

Syntax

enum CellHoriJustify;

Description

enumeration used to specify how cell contents are aligned horizontally.

Values Summary

STANDARD default alignment is used (left for numbers, right for text).

LEFT contents are aligned with the left edge of the cell.

CENTER contents are horizontally centered.

RIGHT contents are aligned to the right edge of the cell.

BLOCK contents are justified in the cell.

REPEAT contents are repeated to fill the cell.

Values Details



STANDARD

Syntax

STANDARD,

Description

default alignment is used (left for numbers, right for text).


LEFT

Syntax

LEFT,

Description

contents are aligned with the left edge of the cell.


CENTER

Syntax

CENTER,

Description

contents are horizontally centered.


RIGHT

Syntax

RIGHT,

Description

contents are aligned to the right edge of the cell.


BLOCK

Syntax

BLOCK,

Description

contents are justified in the cell.


REPEAT

Syntax

REPEAT,

Description

contents are repeated to fill the cell.

Top of Page