19 #ifndef __com_sun_star_view_PrintOptions_idl__
20 #define __com_sun_star_view_PrintOptions_idl__
24 module
com { module sun { module star { module view {
68 [optional, property]
boolean Wait;
Definition: Ambiguous.idl:22
describes the options for print jobs.
Definition: PrintOptions.idl:33
string PrinterName
if set, specifies name of the printer to use.
Definition: PrintOptions.idl:78
string Pages
specifies which pages to print.
Definition: PrintOptions.idl:58
short CopyCount
specifies the number of copies to print.
Definition: PrintOptions.idl:36
boolean SinglePrintJobs
advises the printer to create a single print job for each copy.
Definition: PrintOptions.idl:82
short DuplexMode
determines the duplex mode for the print job.
Definition: PrintOptions.idl:74
boolean Collate
advises the printer to collate the pages of the copies.
Definition: PrintOptions.idl:44
boolean Sort
advises the printer to sort the pages of the copies.
Definition: PrintOptions.idl:51
string FileName
if set, specifies the name of a file to print to.
Definition: PrintOptions.idl:40
boolean Wait
if set to TRUE, the corresponding XPrintable.print() request will be executed synchronous.
Definition: PrintOptions.idl:68