:: com :: sun :: star :: text ::

service PrintSettings
Description
These properties describe the printing of the content of a text document.

Properties' 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.
Properties' Details
PrintGraphics
boolean PrintGraphics;
Description
determines if graphic objects are printed
PrintTables
boolean PrintTables;
Description
determines if text tables are printed.
PrintDrawings
boolean PrintDrawings;
Description
determines if shapes are printed.
PrintLeftPages
boolean PrintLeftPages;
Description
determines if left pages are printed.
PrintRightPages
boolean PrintRightPages;
Description
determines if right pages are printed.
PrintControls
boolean PrintControls;
Description
determines if control shapes are printed.
PrintReversed
boolean PrintReversed;
Description
determines if the pages are printed in the reverse order, starting with the last page.
PrintPaperFromSetup
boolean PrintPaperFromSetup;
Description
specifies if the printer paper tray selection of the system printer is used.

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

PrintFaxName
string PrintFaxName;
Description
contains the name of the fax.
PrintAnnotationMode
NotePrintMode PrintAnnotationMode;
Description
determines how notes are printed.
See also
NotePrintMode
PrintProspect
boolean PrintProspect;
Description
determines if prospect printing is used.
PrintPageBackground
boolean PrintPageBackground;
Description
determines if the background color / background graphic of pages is printed.
PrintBlackFonts
boolean PrintBlackFonts;
Description
determines if characters are always printed in black.

 
Top of Page