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