:: 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
boolean
PrintBlackFonts
If true , all characters are printed in black.  
boolean
PrintControls
If true , control shapes are included in printing.  
boolean
PrintDrawings
If true , drawing objects (shapes) are included in printing.  
boolean
PrintGraphics
If true , graphic objects are included in printing.  
boolean
PrintLeftPages
If true , left pages are included in printing.  
boolean
PrintRightPages
If true , right pages are included in printing.  
boolean
PrintTables
If true , tables are included in printing.  
boolean
PrintReversed
If true , the pages are printed in reverse order.  
boolean
PrintProspect
If true , the pages are printed in the order of prospects.  
boolean
PrintPageBackground
If true , the background of the page is printed.  
short
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