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

(Global Index)

Syntax

service PrintSettings;

Description

These properties describe the printing of the content of a text document.

Property Summary

PrintGraphics determines if graphic objects are printed

PrintTables determines if text tables are printed.

PrintDrawings determines if shapes are printed.

PrintLeftPages determines if left pages are printed.

PrintRightPages determines if right pages are printed.

PrintControls determines if control shapes are printed.

PrintReversed determines if the pages are printed in the reverse order, starting with the last page.

PrintPaperFromSetup specifies if the printer paper tray selection of the system printer is used.

PrintFaxName contains the name of the fax.

PrintAnnotationMode determines how notes are printed.

PrintProspect determines if prospect printing is used.

PrintPageBackground determines if the background color / background graphic of pages is printed.

PrintBlackFonts determines if characters are always printed in black.

Property Details



PrintGraphics

Syntax

boolean PrintGraphics;

Description

determines if graphic objects are printed


PrintTables

Syntax

boolean PrintTables;

Description

determines if text tables are printed.


PrintDrawings

Syntax

boolean PrintDrawings;

Description

determines if shapes are printed.


PrintLeftPages

Syntax

boolean PrintLeftPages;

Description

determines if left pages are printed.


PrintRightPages

Syntax

boolean PrintRightPages;

Description

determines if right pages are printed.


PrintControls

Syntax

boolean PrintControls;

Description

determines if control shapes are printed.


PrintReversed

Syntax

boolean PrintReversed;

Description

determines if the pages are printed in the reverse order, starting with the last page.


PrintPaperFromSetup

Syntax

boolean PrintPaperFromSetup;

Description

specifies if the printer paper tray selection of the system printer is used.

If PrintSettings::PaperFromSetup is false , then the paper tray selection of the page styles is used.


PrintFaxName

Syntax

string PrintFaxName;

Description

contains the name of the fax.


PrintAnnotationMode

Syntax

com::sun::star::text::NotePrintMode PrintAnnotationMode;

Description

determines how notes are printed.

See also

NotePrintMode

PrintProspect

Syntax

boolean PrintProspect;

Description

determines if prospect printing is used.


PrintPageBackground

Syntax

boolean PrintPageBackground;

Description

determines if the background color / background graphic of pages is printed.


PrintBlackFonts

Syntax

boolean PrintBlackFonts;

Description

determines if characters are always printed in black.

Top of Page