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:31
base interface of all UNO interfaces
Definition: XInterface.idl:48
offers printing functionality.
Definition: XPrintable.idl:36
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:22