|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.output.IPrinterProxy
Description: 'Provides access to members that control the Printer Driver.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
public class IPrinterProxy
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.output.IPrinter |
|---|
IID, IID2ab49820_9406_11d0_87ef_080009ec732a |
| Constructor Summary | |
|---|---|
|
IPrinterProxy()
Deprecated. For internal use only |
|
IPrinterProxy(java.lang.Object obj)
Deprecated. |
protected |
IPrinterProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IPrinterProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IPrinterProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
boolean |
doesDriverSupportPrinter(java.lang.String printerName)
Deprecated. Indicates if the Printer Name passed into function is supported by the IPrinter Driver. |
void |
finishPrinting()
Deprecated. Finish up Printing. |
java.lang.String |
getDriverName()
Deprecated. The name of Windows Printer Driver. |
java.lang.String |
getFileExtension()
Deprecated. File Extension associated with the Printer Driver. |
java.lang.String |
getFilter()
Deprecated. Filter used in CFileDialog. |
java.lang.String |
getName()
Deprecated. Name of the IPrinter Driver. |
IPaper |
getPaper()
Deprecated. The IPaper interface. |
IEnvelope |
getPrintableBounds()
Deprecated. The area of the printer page that can be printed on. |
java.lang.String |
getPrintToFile()
Deprecated. The name of file if saving to Disk. |
short |
getResolution()
Deprecated. The Printer Driver Resolution. |
java.lang.String |
getSpoolFileName()
Deprecated. The Spool File Name which shows up in the Print Manager. |
int |
getUnits()
Deprecated. The units for PaperSize and PrintableBounds. |
void |
queryPaperSize(double[] width,
double[] height)
Deprecated. Returns Page Size for Printer. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setPaperByRef(IPaper paper)
Deprecated. The IPaper interface. |
void |
setPrintToFile(java.lang.String fileName)
Deprecated. The name of file if saving to Disk. |
void |
setResolution(short res)
Deprecated. The Printer Driver Resolution. |
void |
setSpoolFileName(java.lang.String spoolFileName)
Deprecated. The Spool File Name which shows up in the Print Manager. |
void |
setStepProgressor(IStepProgressor rhs1)
Deprecated. Updates a Progress Bar is set. |
int |
startPrinting(IEnvelope pixelBounds,
int hDcPrinter)
Deprecated. Initialize Printing. |
boolean |
verifyDriverSettings()
Deprecated. Indicates if the Printer Driver should validate Printer Driver's local settings. |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IPrinterProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic IPrinterProxy()
public IPrinterProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IPrinterProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IPrinterProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IPrinterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getFilter()
throws java.io.IOException,
AutomationException
getFilter in interface IPrinterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getFileExtension()
throws java.io.IOException,
AutomationException
getFileExtension in interface IPrinterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPrintToFile(java.lang.String fileName)
throws java.io.IOException,
AutomationException
setPrintToFile in interface IPrinterfileName - The fileName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getPrintToFile()
throws java.io.IOException,
AutomationException
getPrintToFile in interface IPrinterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDriverName()
throws java.io.IOException,
AutomationException
getDriverName in interface IPrinterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSpoolFileName(java.lang.String spoolFileName)
throws java.io.IOException,
AutomationException
setSpoolFileName in interface IPrinterspoolFileName - The spoolFileName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getSpoolFileName()
throws java.io.IOException,
AutomationException
getSpoolFileName in interface IPrinterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setResolution(short res)
throws java.io.IOException,
AutomationException
setResolution in interface IPrinterres - The res (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getResolution()
throws java.io.IOException,
AutomationException
getResolution in interface IPrinterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setStepProgressor(IStepProgressor rhs1)
throws java.io.IOException,
AutomationException
setStepProgressor in interface IPrinterrhs1 - A reference to a com.esri.arcgis.system.IStepProgressor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPaperByRef(IPaper paper)
throws java.io.IOException,
AutomationException
setPaperByRef in interface IPrinterpaper - A reference to a com.esri.arcgis.output.IPaper (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPaper getPaper()
throws java.io.IOException,
AutomationException
getPaper in interface IPrinterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void queryPaperSize(double[] width,
double[] height)
throws java.io.IOException,
AutomationException
queryPaperSize in interface IPrinterwidth - The width (out: use single element array)height - The height (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getPrintableBounds()
throws java.io.IOException,
AutomationException
getPrintableBounds in interface IPrinterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getUnits()
throws java.io.IOException,
AutomationException
getUnits in interface IPrinterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean verifyDriverSettings()
throws java.io.IOException,
AutomationException
verifyDriverSettings in interface IPrinterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean doesDriverSupportPrinter(java.lang.String printerName)
throws java.io.IOException,
AutomationException
doesDriverSupportPrinter in interface IPrinterprinterName - The printerName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int startPrinting(IEnvelope pixelBounds,
int hDcPrinter)
throws java.io.IOException,
AutomationException
startPrinting in interface IPrinterpixelBounds - A reference to a com.esri.arcgis.geometry.IEnvelope (in)hDcPrinter - The hDcPrinter (A COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void finishPrinting()
throws java.io.IOException,
AutomationException
finishPrinting in interface IPrinterjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||