| 
    LibreOffice
    
   LibreOffice 24.2 SDK API Reference 
   | 
 
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  More... | |
| sequence< com::sun::star::beans::PropertyValue > | getPrinter () | 
| returns the Printer used for the print job  More... | |
| XPrintable | getPrintable () | 
| returns the printed object used for the print job  More... | |
| void | cancelJob () | 
  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object.  More... | |
| void | acquire () | 
| increases the reference counter by one.  More... | |
| void | release () | 
| decreases the reference counter by one.  More... | |
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
 1.8.14