LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
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 )
sequence< com::sun::star::beans::PropertyValue > getPrinter()
offers printing functionality.
Definition: XPrintable.idl:36
Definition: Ambiguous.idl:22
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
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.