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

service PrintSettings

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