|
Syntax
- void setHorizontal
(
- boolean bHorizontal )
- raises ( com::sun::star::beans::PropertyVetoException , com::sun::star::lang::IllegalArgumentException );
Description
sets the orientation.
Syntax
- sequence< string > getFormDescriptions
();
Returns
-
descriptions of all available printer forms.
Syntax
- void selectForm
(
- string aFormDescription )
- raises ( com::sun::star::beans::PropertyVetoException , com::sun::star::lang::IllegalArgumentException );
Description
sets the form that should used.
Indirectly a printer is selected.
Syntax
- sequence< byte > getBinarySetup
();
Returns
-
a binary encoded version of the printer setup.
Syntax
- void setBinarySetup
(
- sequence< byte > data )
- raises ( com::sun::star::beans::PropertyVetoException , com::sun::star::lang::IllegalArgumentException );
Description
sets the data specific to the printer driver.
Get this data from the info printer and set the data to the
printer.
|