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

(Global Index)

Syntax

enum PaperFormat;

Description

specifies the format (size) of the paper on a text document.

Values Summary

A3 Specify the paper format to A3.

A4 Specify the paper format to A4.

A5 Specify the paper format to A5.

B4 Specify the paper format to B4.

B5 Specify the paper format to B5.

LETTER Specify the paper format to Letter.

LEGAL Specify the paper format to Legal.

TABLOID Specify the paper format to Tabloid.

USER Specify the real paper size in 100th mm.

Values Details



A3

Syntax

A3,

Description

Specify the paper format to A3.


A4

Syntax

A4,

Description

Specify the paper format to A4.


A5

Syntax

A5,

Description

Specify the paper format to A5.


B4

Syntax

B4,

Description

Specify the paper format to B4.


B5

Syntax

B5,

Description

Specify the paper format to B5.


LETTER

Syntax

LETTER,

Description

Specify the paper format to Letter.


LEGAL

Syntax

LEGAL,

Description

Specify the paper format to Legal.


TABLOID

Syntax

TABLOID,

Description

Specify the paper format to Tabloid.


USER

Syntax

USER,

Description

Specify the real paper size in 100th mm.

Top of Page