|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.output.IPSDriver2Proxy
Description: 'Provides access to members that control the other options of 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 IPSDriver2Proxy
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.IPSDriver2 |
---|
IID, IID25164bc3_56da_4af1_a195_1506ecfec53c |
Constructor Summary | |
---|---|
|
IPSDriver2Proxy()
Deprecated. For internal use only |
|
IPSDriver2Proxy(java.lang.Object obj)
Deprecated. |
protected |
IPSDriver2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IPSDriver2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IPSDriver2Proxy(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. |
short |
getCopies()
Deprecated. The number of copies. |
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 |
setCopies(short copies)
Deprecated. The number of copies. |
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 IPSDriver2Proxy(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.IOException
public IPSDriver2Proxy()
public IPSDriver2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IPSDriver2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IPSDriver2Proxy(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.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public short getCopies() throws java.io.IOException, AutomationException
getCopies
in interface IPSDriver2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCopies(short copies) throws java.io.IOException, AutomationException
setCopies
in interface IPSDriver2
copies
- The copies (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getImageCompression() throws java.io.IOException, AutomationException
getImageCompression
in interface IPSDriver2
java.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 IPSDriver2
imageCompression
- 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 IPSDriver2
java.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 IPSDriver2
sepImage
- 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 IPSDriver2
java.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 IPSDriver2
sepImage
- 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 IPSDriver2
java.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 IPSDriver2
fontMapCollection
- 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 IPSDriver2
java.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 IPSDriver2
pPDFile
- 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 IPSDriver2
java.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 IPSDriver2
marks
- 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 IPSDriver2
halfTone
- 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 IPSDriver2
halfTone
- 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 IPSDriver2
java.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 IPSDriver2
formName
- 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 IPSDriver2
java.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 IPSDriver2
ppBounds
- 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 IPSDriver2
java.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 IPSDriver2
orientation
- 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 IPSDriver2
java.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 IPSDriver2
emulsion
- 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 IPSDriver2
java.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 IPSDriver2
image
- 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 IPSDriver2
java.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 IPSDriver2
imageTransparency
- 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 IPSDriver2
java.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 IPSDriver2
useFrameBox
- 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 IPSDriver2
java.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 IPSDriver2
pslevel
- 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 IPSDriver2
rhs1
- 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 IPSDriver2
inputFileName
- 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 |