|
|||||||||
| 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.IPSDriverProxy
Description: 'Provides access to members that control the PostScript 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 IPSDriverProxy
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.IPSDriver |
|---|
IID, IIDcd754684_a222_11d0_a68f_080009d57b9a |
| Constructor Summary | |
|---|---|
|
IPSDriverProxy()
Deprecated. For internal use only |
|
IPSDriverProxy(java.lang.Object obj)
Deprecated. |
protected |
IPSDriverProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IPSDriverProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IPSDriverProxy(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. |
void |
createPS(java.lang.String inputFileName,
java.lang.String outputFileName)
Deprecated. Converts the EMF file to a EPS File. |
int |
getEmulsion()
Deprecated. The Emulsion setting for the PostScript Driver. |
IFontMapCollection |
getFontMapCollection()
Deprecated. The Font Map Collection for Font Mapping. |
java.lang.String |
getFormName()
Deprecated. The printer page form. |
int |
getHalfTone(int halfTone)
Deprecated. The Halftone DPI / LPI. |
int |
getImage()
Deprecated. The Image setting (Positive or Negative) for the PostScript Driver. |
int |
getImageCompression()
Deprecated. The Image Compression of the PostScript Driver. |
short |
getMarks()
Deprecated. The PostScript Marks. |
short |
getOrientation()
Deprecated. The printer page orientation (1 = portrait. |
java.lang.String |
getPPDFile()
Deprecated. The PPD (PostScript Printer Description) file to be used. |
IEnvelope |
getPrintableBounds()
Deprecated. The printers Printable Bounds - Used for Marks. |
int |
getPSLanguageLevel()
Deprecated. The PostScript Driver Language Level. |
boolean |
isArcPressSeparateImage()
Deprecated. Indicates whether a separate Image file should be created for ArcPress. |
boolean |
isArcPressSeparateImageRotate()
Deprecated. Indicates whether the Image should be rotated 90 degress for ArcPress. |
boolean |
isOneBitImageTransparency()
Deprecated. Indicates if the 1-bit Image Transparency setting for the PostScript Driver is set to true. |
boolean |
isUseEMFFrameBoxForPSBoundingBox()
Deprecated. Indicates whether the PostScript Driver should use the ENHMETAHEADER rclFrame instead of rclBounds for the PostScript Bounding Box. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setArcPressSeparateImage(boolean sepImage)
Deprecated. Indicates whether a separate Image file should be created for ArcPress. |
void |
setArcPressSeparateImageRotate(boolean sepImage)
Deprecated. Indicates whether the Image should be rotated 90 degress for ArcPress. |
void |
setEmulsion(int emulsion)
Deprecated. The Emulsion setting for the PostScript Driver. |
void |
setFontMapCollectionByRef(IFontMapCollection fontMapCollection)
Deprecated. The Font Map Collection for Font Mapping. |
void |
setFormName(java.lang.String formName)
Deprecated. The printer page form. |
void |
setHalfTone(int halfTone,
int value)
Deprecated. The Halftone DPI / LPI. |
void |
setImage(int image)
Deprecated. The Image setting (Positive or Negative) for the PostScript Driver. |
void |
setImageCompression(int imageCompression)
Deprecated. The Image Compression of the PostScript Driver. |
void |
setMarks(short marks)
Deprecated. The PostScript Marks. |
void |
setOneBitImageTransparency(boolean imageTransparency)
Deprecated. Indicates if the 1-bit Image Transparency setting for the PostScript Driver is set to true. |
void |
setOrientation(short orientation)
Deprecated. The printer page orientation (1 = portrait. |
void |
setPPDFile(java.lang.String pPDFile)
Deprecated. The PPD (PostScript Printer Description) file to be used. |
void |
setPrintableBounds(IEnvelope ppBounds)
Deprecated. The printers Printable Bounds - Used for Marks. |
void |
setPSLanguageLevel(int pslevel)
Deprecated. The PostScript Driver Language Level. |
void |
setStepProgressor(IStepProgressor rhs1)
Deprecated. PostScript Driver will update a Progress Bar. |
void |
setUseEMFFrameBoxForPSBoundingBox(boolean useFrameBox)
Deprecated. Indicates whether the PostScript Driver should use the ENHMETAHEADER rclFrame instead of rclBounds for the PostScript Bounding Box. |
| 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 IPSDriverProxy(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 IPSDriverProxy()
public IPSDriverProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IPSDriverProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IPSDriverProxy(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 int getImageCompression()
throws java.io.IOException,
AutomationException
getImageCompression in interface IPSDriverjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setImageCompression(int imageCompression)
throws java.io.IOException,
AutomationException
setImageCompression in interface IPSDriverimageCompression - A com.esri.arcgis.output.esriPSDriverImageCompression constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isArcPressSeparateImage()
throws java.io.IOException,
AutomationException
isArcPressSeparateImage in interface IPSDriverjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setArcPressSeparateImage(boolean sepImage)
throws java.io.IOException,
AutomationException
setArcPressSeparateImage in interface IPSDriversepImage - The sepImage (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isArcPressSeparateImageRotate()
throws java.io.IOException,
AutomationException
isArcPressSeparateImageRotate in interface IPSDriverjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setArcPressSeparateImageRotate(boolean sepImage)
throws java.io.IOException,
AutomationException
setArcPressSeparateImageRotate in interface IPSDriversepImage - The sepImage (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFontMapCollection getFontMapCollection()
throws java.io.IOException,
AutomationException
getFontMapCollection in interface IPSDriverjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFontMapCollectionByRef(IFontMapCollection fontMapCollection)
throws java.io.IOException,
AutomationException
setFontMapCollectionByRef in interface IPSDriverfontMapCollection - A reference to a com.esri.arcgis.output.IFontMapCollection (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getPPDFile()
throws java.io.IOException,
AutomationException
getPPDFile in interface IPSDriverjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPPDFile(java.lang.String pPDFile)
throws java.io.IOException,
AutomationException
setPPDFile in interface IPSDriverpPDFile - The pPDFile (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getMarks()
throws java.io.IOException,
AutomationException
getMarks in interface IPSDriverjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMarks(short marks)
throws java.io.IOException,
AutomationException
setMarks in interface IPSDrivermarks - The marks (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getHalfTone(int halfTone)
throws java.io.IOException,
AutomationException
getHalfTone in interface IPSDriverhalfTone - A com.esri.arcgis.output.esriPSDriverHalfTone constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHalfTone(int halfTone,
int value)
throws java.io.IOException,
AutomationException
setHalfTone in interface IPSDriverhalfTone - A com.esri.arcgis.output.esriPSDriverHalfTone constant (in)value - The value (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getFormName()
throws java.io.IOException,
AutomationException
getFormName in interface IPSDriverjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFormName(java.lang.String formName)
throws java.io.IOException,
AutomationException
setFormName in interface IPSDriverformName - The formName (in)
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 IPSDriverjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPrintableBounds(IEnvelope ppBounds)
throws java.io.IOException,
AutomationException
setPrintableBounds in interface IPSDriverppBounds - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getOrientation()
throws java.io.IOException,
AutomationException
getOrientation in interface IPSDriverjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOrientation(short orientation)
throws java.io.IOException,
AutomationException
setOrientation in interface IPSDriverorientation - The orientation (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getEmulsion()
throws java.io.IOException,
AutomationException
getEmulsion in interface IPSDriverjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setEmulsion(int emulsion)
throws java.io.IOException,
AutomationException
setEmulsion in interface IPSDriveremulsion - A com.esri.arcgis.output.esriPSDriverEmulsion constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getImage()
throws java.io.IOException,
AutomationException
getImage in interface IPSDriverjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setImage(int image)
throws java.io.IOException,
AutomationException
setImage in interface IPSDriverimage - A com.esri.arcgis.output.esriPSDriverImage constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isOneBitImageTransparency()
throws java.io.IOException,
AutomationException
isOneBitImageTransparency in interface IPSDriverjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOneBitImageTransparency(boolean imageTransparency)
throws java.io.IOException,
AutomationException
setOneBitImageTransparency in interface IPSDriverimageTransparency - The imageTransparency (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUseEMFFrameBoxForPSBoundingBox()
throws java.io.IOException,
AutomationException
isUseEMFFrameBoxForPSBoundingBox in interface IPSDriverjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUseEMFFrameBoxForPSBoundingBox(boolean useFrameBox)
throws java.io.IOException,
AutomationException
setUseEMFFrameBoxForPSBoundingBox in interface IPSDriveruseFrameBox - The useFrameBox (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPSLanguageLevel()
throws java.io.IOException,
AutomationException
getPSLanguageLevel in interface IPSDriverjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPSLanguageLevel(int pslevel)
throws java.io.IOException,
AutomationException
setPSLanguageLevel in interface IPSDriverpslevel - A com.esri.arcgis.output.esriPSDriverPSLanguageLevel constant (in)
java.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 IPSDriverrhs1 - 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 createPS(java.lang.String inputFileName,
java.lang.String outputFileName)
throws java.io.IOException,
AutomationException
createPS in interface IPSDriverinputFileName - The inputFileName (in)outputFileName - The outputFileName (in)
java.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 | ||||||||