service PagePrintSettings in module com::sun::star::text::

(Global Index)

Syntax

service PagePrintSettings;

Description

These properties describe the way the XPagePrintable interface prints the page on one printer page.

Property Summary

PageRows contains the number of pages per printed column of pages.

PageColumns contains the number of pages per printed row of pages.

LeftMargin contains the left margin of the printer page.

RightMargin contains the right margin of the printer page.

TopMargin contains the top margin of the printer page.

BottomMargin contains the right margin of the printer page.

HoriMargin contains the margin between the rows of printed pages.

VertMargin contains the margin between the columns of printed pages.

IsLandscape defines if the printer page is used in landscape format.

Property Details



PageRows

Syntax

short PageRows;

Description

contains the number of pages per printed column of pages.


PageColumns

Syntax

short PageColumns;

Description

contains the number of pages per printed row of pages.


LeftMargin

Syntax

long LeftMargin;

Description

contains the left margin of the printer page.


RightMargin

Syntax

long RightMargin;

Description

contains the right margin of the printer page.


TopMargin

Syntax

long TopMargin;

Description

contains the top margin of the printer page.


BottomMargin

Syntax

long BottomMargin;

Description

contains the right margin of the printer page.


HoriMargin

Syntax

long HoriMargin;

Description

contains the margin between the rows of printed pages.


VertMargin

Syntax

long VertMargin;

Description

contains the margin between the columns of printed pages.


IsLandscape

Syntax

boolean IsLandscape;

Description

defines if the printer page is used in landscape format.

Top of Page