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

(Global Index)

Syntax

enum CellOrientation;

Description

enumeration used to specify the orientation of a cell.

Values Summary

STANDARD contents are printed from left to right.

TOPBOTTOM contents are printed from top to bottom.

BOTTOMTOP contents are printed from bottom to top.

STACKED contents are printed from top to bottom with individual characters in normal (horizontal) orientation.

Values Details



STANDARD

Syntax

STANDARD,

Description

contents are printed from left to right.


TOPBOTTOM

Syntax

TOPBOTTOM,

Description

contents are printed from top to bottom.


BOTTOMTOP

Syntax

BOTTOMTOP,

Description

contents are printed from bottom to top.


STACKED

Syntax

STACKED,

Description

contents are printed from top to bottom with individual characters in normal (horizontal) orientation.

Top of Page