19 #ifndef __com_sun_star_view_XPrintable_idl__
20 #define __com_sun_star_view_XPrintable_idl__
30 module com { module sun { module star { module view {
44 sequence<com::sun::star::beans::PropertyValue> getPrinter();
52 void setPrinter( [in] sequence<com::sun::star::beans::PropertyValue> aPrinter )
63 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:29
offers printing functionality.
Definition: XPrintable.idl:35
base interface of all UNO interfaces
Definition: XInterface.idl:47