LibreOffice
LibreOffice 24.2 SDK API Reference
|
offers printing functionality. More...
import"XPrintable.idl";
Public Member Functions | |
sequence< com::sun::star::beans::PropertyValue > | getPrinter () |
void | setPrinter ([in] sequence< com::sun::star::beans::PropertyValue > aPrinter) raises ( com::sun::star::lang::IllegalArgumentException ) |
assigns a new printer to the object. More... | |
void | print ([in] sequence< com::sun::star::beans::PropertyValue > xOptions) raises ( com::sun::star::lang::IllegalArgumentException ) |
prints the object. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
offers printing functionality.
sequence<com::sun::star::beans::PropertyValue> getPrinter | ( | ) |
The attributes of the current printer are used for formatting.
void print | ( | [in] sequence< com::sun::star::beans::PropertyValue > | xOptions | ) | |
raises | ( | com::sun::star::lang::IllegalArgumentException | |||
) |
prints the object.
xOptions | specifies the number of copies and some other values which do not affect formatting. |
void setPrinter | ( | [in] sequence< com::sun::star::beans::PropertyValue > | aPrinter | ) | |
raises | ( | com::sun::star::lang::IllegalArgumentException | |||
) |
assigns a new printer to the object.
Setting a new printer will cause reformatting.