22module 
com {  module sun {  module star {  module view {
 
   42    sequence<com::sun::star::beans::PropertyValue> 
getPrinter();
 
 
base interface of all UNO interfaces
Definition XInterface.idl:46
allows for getting information about a print job.
Definition XPrintJob.idl:35
sequence< com::sun::star::beans::PropertyValue > getPrintOptions()
returns the PrintOptions used for the print job
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
offers printing functionality.
Definition XPrintable.idl:28
Definition Ambiguous.idl:20