22module 
com {  module sun {  module star {  module view {
 
   36    sequence<com::sun::star::beans::PropertyValue> 
getPrinter();
 
   44    void setPrinter( [in] sequence<com::sun::star::beans::PropertyValue> aPrinter )
 
   55    void print( [in] sequence<com::sun::star::beans::PropertyValue> xOptions )
 
 
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
base interface of all UNO interfaces
Definition XInterface.idl:46
offers printing functionality.
Definition XPrintable.idl:28
sequence< com::sun::star::beans::PropertyValue > getPrinter()
void print([in] sequence< com::sun::star::beans::PropertyValue > xOptions)
prints the object.
void setPrinter([in] sequence< com::sun::star::beans::PropertyValue > aPrinter)
assigns a new printer to the object.
Definition Ambiguous.idl:20