enum PaperOrientation in module com::sun::star::view::

(Global Index)

Syntax

enum PaperOrientation;

Description

specifies the orientation of the paper.

Values Summary

PORTRAIT set the paper orientation to Portrait.

LANDSCAPE set the paper orientation to Landscape.

Values Details



PORTRAIT

Syntax

PORTRAIT,

Description

set the paper orientation to Portrait.


LANDSCAPE

Syntax

LANDSCAPE,

Description

set the paper orientation to Landscape.

Top of Page