com.sun.star.awt
Interface XPrinter
- All Superinterfaces:
- com.sun.star.uno.XInterface, com.sun.star.awt.XPrinterPropertySet, com.sun.star.beans.XPropertySet
- public abstract interface XPrinter
- extends com.sun.star.awt.XPrinterPropertySet
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 void |
end()
|
abstract void |
endPage()
|
abstract boolean |
start(java.lang.String s1,
short s2,
boolean b)
|
abstract com.sun.star.awt.XDevice |
startPage()
|
abstract void |
terminate()
|
Methods inherited from interface com.sun.star.awt.XPrinterPropertySet |
getBinarySetup, getFormDescriptions, selectForm, setBinarySetup, setHorizontal |
Methods inherited from interface com.sun.star.beans.XPropertySet |
addPropertyChangeListener, addVetoableChangeListener, getPropertySetInfo, getPropertyValue, removePropertyChangeListener, removeVetoableChangeListener, setPropertyValue |
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
end
public abstract void end()
throws com.sun.star.awt.PrinterException,
com.sun.star.uno.RuntimeException
endPage
public abstract void endPage()
throws com.sun.star.awt.PrinterException,
com.sun.star.uno.RuntimeException
start
public abstract boolean start(java.lang.String s1,
short s2,
boolean b)
throws com.sun.star.awt.PrinterException,
com.sun.star.lang.IllegalArgumentException,
com.sun.star.uno.RuntimeException
startPage
public abstract com.sun.star.awt.XDevice startPage()
throws com.sun.star.awt.PrinterException,
com.sun.star.uno.RuntimeException
terminate
public abstract void terminate()
throws com.sun.star.uno.RuntimeException