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 {
49 void setHorizontal( [in]
boolean bHorizontal )
56 sequence<string> getFormDescriptions();
63 void selectForm( [in]
string aFormDescription )
70 sequence<byte> getBinarySetup();
78 void setBinarySetup( [in] sequence<byte> data )
Definition: Ambiguous.idl:22
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:29
represents an extended property set for printer properties.
Definition: XPrinterPropertySet.idl:44
This exception is thrown when a proposed change to a property represents an unacceptable value.
Definition: PropertyVetoException.idl:34
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:63