|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPSDriver2
COM Interface 'IPSDriver2'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriOutput.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID25164bc3_56da_4af1_a195_1506ecfec53c
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
createPS(java.lang.String inputFileName,
java.lang.String outputFileName)
Converts the EMF file to a EPS File. |
short |
getCopies()
The number of copies. |
int |
getEmulsion()
The Emulsion setting for the PostScript Driver. |
IFontMapCollection |
getFontMapCollection()
The Font Map Collection for Font Mapping. |
java.lang.String |
getFormName()
The printer page form. |
int |
getHalfTone(int halfTone)
The Halftone DPI / LPI. |
int |
getImage()
The Image setting (Positive or Negative) for the PostScript Driver. |
int |
getImageCompression()
The Image Compression of the PostScript Driver. |
short |
getMarks()
The PostScript Marks. |
short |
getOrientation()
The printer page orientation (1 = portrait. |
java.lang.String |
getPPDFile()
The PPD (PostScript Printer Description) file to be used. |
IEnvelope |
getPrintableBounds()
The printers Printable Bounds - Used for Marks. |
int |
getPSLanguageLevel()
The PostScript Driver Language Level. |
boolean |
isArcPressSeparateImage()
Indicates whether a separate Image file should be created for ArcPress. |
boolean |
isArcPressSeparateImageRotate()
Indicates whether the Image should be rotated 90 degress for ArcPress. |
boolean |
isOneBitImageTransparency()
Indicates if the 1-bit Image Transparency setting for the PostScript Driver is set to true. |
boolean |
isUseEMFFrameBoxForPSBoundingBox()
Indicates whether the PostScript Driver should use the ENHMETAHEADER rclFrame instead of rclBounds for the PostScript Bounding Box. |
void |
setArcPressSeparateImage(boolean sepImage)
Indicates whether a separate Image file should be created for ArcPress. |
void |
setArcPressSeparateImageRotate(boolean sepImage)
Indicates whether the Image should be rotated 90 degress for ArcPress. |
void |
setCopies(short copies)
The number of copies. |
void |
setEmulsion(int emulsion)
The Emulsion setting for the PostScript Driver. |
void |
setFontMapCollectionByRef(IFontMapCollection fontMapCollection)
The Font Map Collection for Font Mapping. |
void |
setFormName(java.lang.String formName)
The printer page form. |
void |
setHalfTone(int halfTone,
int value)
The Halftone DPI / LPI. |
void |
setImage(int image)
The Image setting (Positive or Negative) for the PostScript Driver. |
void |
setImageCompression(int imageCompression)
The Image Compression of the PostScript Driver. |
void |
setMarks(short marks)
The PostScript Marks. |
void |
setOneBitImageTransparency(boolean imageTransparency)
Indicates if the 1-bit Image Transparency setting for the PostScript Driver is set to true. |
void |
setOrientation(short orientation)
The printer page orientation (1 = portrait. |
void |
setPPDFile(java.lang.String pPDFile)
The PPD (PostScript Printer Description) file to be used. |
void |
setPrintableBounds(IEnvelope ppBounds)
The printers Printable Bounds - Used for Marks. |
void |
setPSLanguageLevel(int pslevel)
The PostScript Driver Language Level. |
void |
setStepProgressor(IStepProgressor rhs1)
PostScript Driver will update a Progress Bar. |
void |
setUseEMFFrameBoxForPSBoundingBox(boolean useFrameBox)
Indicates whether the PostScript Driver should use the ENHMETAHEADER rclFrame instead of rclBounds for the PostScript Bounding Box. |
| Field Detail |
|---|
static final int IID25164bc3_56da_4af1_a195_1506ecfec53c
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
short getCopies()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCopies(short copies)
throws java.io.IOException,
AutomationException
copies - The copies (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getImageCompression()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setImageCompression(int imageCompression)
throws java.io.IOException,
AutomationException
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.
boolean isArcPressSeparateImage()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setArcPressSeparateImage(boolean sepImage)
throws java.io.IOException,
AutomationException
sepImage - The sepImage (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isArcPressSeparateImageRotate()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setArcPressSeparateImageRotate(boolean sepImage)
throws java.io.IOException,
AutomationException
sepImage - The sepImage (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IFontMapCollection getFontMapCollection()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFontMapCollectionByRef(IFontMapCollection fontMapCollection)
throws java.io.IOException,
AutomationException
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.
java.lang.String getPPDFile()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPPDFile(java.lang.String pPDFile)
throws java.io.IOException,
AutomationException
pPDFile - The pPDFile (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
short getMarks()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMarks(short marks)
throws java.io.IOException,
AutomationException
marks - The marks (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getHalfTone(int halfTone)
throws java.io.IOException,
AutomationException
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.
void setHalfTone(int halfTone,
int value)
throws java.io.IOException,
AutomationException
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.
java.lang.String getFormName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFormName(java.lang.String formName)
throws java.io.IOException,
AutomationException
formName - The formName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getPrintableBounds()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPrintableBounds(IEnvelope ppBounds)
throws java.io.IOException,
AutomationException
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.
short getOrientation()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOrientation(short orientation)
throws java.io.IOException,
AutomationException
orientation - The orientation (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getEmulsion()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEmulsion(int emulsion)
throws java.io.IOException,
AutomationException
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.
int getImage()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setImage(int image)
throws java.io.IOException,
AutomationException
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.
boolean isOneBitImageTransparency()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOneBitImageTransparency(boolean imageTransparency)
throws java.io.IOException,
AutomationException
imageTransparency - The imageTransparency (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isUseEMFFrameBoxForPSBoundingBox()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUseEMFFrameBoxForPSBoundingBox(boolean useFrameBox)
throws java.io.IOException,
AutomationException
useFrameBox - The useFrameBox (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getPSLanguageLevel()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPSLanguageLevel(int pslevel)
throws java.io.IOException,
AutomationException
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.
void setStepProgressor(IStepProgressor rhs1)
throws java.io.IOException,
AutomationException
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.
void createPS(java.lang.String inputFileName,
java.lang.String outputFileName)
throws java.io.IOException,
AutomationException
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 | ||||||||