Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

com :: sun :: star :: view ::

service PrintSettings

Description
provides access to the settings for printing documents.

These settings are printer independet but affect the rendering of the document.



Properties' Summary

PrintBlackFonts If true , all characters are printed in black.
PrintControls If true , control shapes are included in printing.
PrintDrawings If true , drawing objects (shapes) are included in printing.
PrintGraphics If true , graphic objects are included in printing.
PrintLeftPages If true , left pages are included in printing.
PrintRightPages If true , right pages are included in printing.
PrintTables If true , tables are included in printing.
PrintReversed If true , the pages are printed in reverse order.
PrintProspect If true , the pages are printed in the order of prospects.
PrintPageBackground If true , the background of the page is printed.
PrintAnnotationMode determines how annotations are printed.

Properties' Details

PrintBlackFonts
 
boolean PrintBlackFonts;
Description
If true , all characters are printed in black.

It is useful for printing colored text on a b/w printer.

PrintControls
 
boolean PrintControls;
Description
If true , control shapes are included in printing.
PrintDrawings
 
boolean PrintDrawings;
Description
If true , drawing objects (shapes) are included in printing.
PrintGraphics
 
boolean PrintGraphics;
Description
If true , graphic objects are included in printing.
PrintLeftPages
 
boolean PrintLeftPages;
Description
If true , left pages are included in printing.
PrintRightPages
 
boolean PrintRightPages;
Description
If true , right pages are included in printing.
PrintTables
 
boolean PrintTables;
Description
If true , tables are included in printing.
PrintReversed
 
boolean PrintReversed;
Description
If true , the pages are printed in reverse order.

The last page is printed first.

PrintProspect
 
boolean PrintProspect;
Description
If true , the pages are printed in the order of prospects.
PrintPageBackground
 
boolean PrintPageBackground;
Description
If true , the background of the page is printed.
PrintAnnotationMode
 
short PrintAnnotationMode;
Description
determines how annotations are printed.
See also
NotePrintMode

Top of Page