allows for getting information about a print job. More...
import "XPrintJob.idl";
 
  
| Public Member Functions | |
| sequence< com::sun::star::beans::PropertyValue > | getPrintOptions () | 
| returns the PrintOptions used for the print job | |
| sequence< com::sun::star::beans::PropertyValue > | getPrinter () | 
| returns the Printer used for the print job | |
| XPrintable | getPrintable () | 
| returns the printed object used for the print job | |
| void | cancelJob () | 
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
allows for getting information about a print job.
XPrintJob is implemented by print jobs that are created by classes that implement XPrintable. It gives information about the context of the print job.
| void cancelJob | ( | ) | 
| XPrintable getPrintable | ( | ) | 
returns the printed object used for the print job
| sequence< com::sun::star::beans::PropertyValue > getPrinter | ( | ) | 
returns the Printer used for the print job
| sequence< com::sun::star::beans::PropertyValue > getPrintOptions | ( | ) | 
returns the PrintOptions used for the print job