com.jniwrapper.win32.automation
Class PrinterDeviceInfo

java.lang.Object
  extended bycom.jniwrapper.win32.automation.PrinterDeviceInfo

public class PrinterDeviceInfo
extends java.lang.Object


Constructor Summary
PrinterDeviceInfo()
           
PrinterDeviceInfo(Handle devNames, Handle devMode, int numCopies)
           
 
Method Summary
 Handle createPrintDevice()
           
 int getNumCopies()
           
 void setDevMode(Handle hMemDevMode)
           
 void setDevNames(Handle devNames)
           
 void setNumCopies(long numCopies)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrinterDeviceInfo

public PrinterDeviceInfo()

PrinterDeviceInfo

public PrinterDeviceInfo(Handle devNames,
                         Handle devMode,
                         int numCopies)
Method Detail

setDevNames

public void setDevNames(Handle devNames)

setDevMode

public void setDevMode(Handle hMemDevMode)

getNumCopies

public int getNumCopies()

setNumCopies

public void setNumCopies(long numCopies)

createPrintDevice

public Handle createPrintDevice()