LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_awt_XPrinterPropertySet_idl__
20 #define __com_sun_star_awt_XPrinterPropertySet_idl__
30 module
com { module sun { module star { module awt {
void setBinarySetup([in] sequence< byte > data)
sets the data specific to the printer driver.
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:64
void setHorizontal([in] boolean bHorizontal)
sets the orientation.
void selectForm([in] string aFormDescription)
sets the form that should be used.
represents an extended property set for printer properties.
Definition: XPrinterPropertySet.idl:45
sequence< string > getFormDescriptions()
returns descriptions of all available printer forms.
This exception is thrown when a proposed change to a property represents an unacceptable value.
Definition: PropertyVetoException.idl:35
Definition: Ambiguous.idl:22
sequence< byte > getBinarySetup()
returns a binary encoded version of the printer setup.
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31