StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.awt
Interface XPrinterPropertySet

All Superinterfaces:
com.sun.star.uno.XInterface, com.sun.star.beans.XPropertySet
All Known Subinterfaces:
com.sun.star.awt.XInfoPrinter, com.sun.star.awt.XPrinter

public abstract interface XPrinterPropertySet
extends com.sun.star.beans.XPropertySet


Field Summary
static com.sun.star.uno.Uik UIK
           
static java.lang.Object UNORUNTIMEDATA
           
static com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
           
 
Method Summary
abstract  byte[] getBinarySetup()
           
abstract  java.lang.String[] getFormDescriptions()
           
abstract  void selectForm(java.lang.String s)
           
abstract  void setBinarySetup(byte[] b)
           
abstract  void setHorizontal(boolean b)
           
 
Methods inherited from interface com.sun.star.beans.XPropertySet
addPropertyChangeListener, addVetoableChangeListener, getPropertySetInfo, getPropertyValue, removePropertyChangeListener, removeVetoableChangeListener, setPropertyValue
 

Field Detail

UIK

public static final com.sun.star.uno.Uik UIK

UNORUNTIMEDATA

public static final java.lang.Object UNORUNTIMEDATA

UNOTYPEINFO

public static final com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
Method Detail

getBinarySetup

public abstract byte[] getBinarySetup()
                               throws com.sun.star.uno.RuntimeException

getFormDescriptions

public abstract java.lang.String[] getFormDescriptions()
                                                throws com.sun.star.uno.RuntimeException

selectForm

public abstract void selectForm(java.lang.String s)
                         throws com.sun.star.beans.PropertyVetoException,
                                com.sun.star.lang.IllegalArgumentException,
                                com.sun.star.uno.RuntimeException

setBinarySetup

public abstract void setBinarySetup(byte[] b)
                             throws com.sun.star.beans.PropertyVetoException,
                                    com.sun.star.lang.IllegalArgumentException,
                                    com.sun.star.uno.RuntimeException

setHorizontal

public abstract void setHorizontal(boolean b)
                            throws com.sun.star.beans.PropertyVetoException,
                                   com.sun.star.lang.IllegalArgumentException,
                                   com.sun.star.uno.RuntimeException

StarOffice 5.2 API
reverse engineered by classdoc