|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExportPS
Provides access to members that control the PS (PostScript) and EPS (Encapsulated PostScript) Exports.
Method Summary | |
---|---|
int |
getEmulsion()
The Emulsion setting for the PostScript. |
int |
getImage()
The Image setting for the PostScript. |
int |
getImageCompression()
The PostScript Image Compression. |
int |
getLanguageLevel()
The PostScript Language Level. |
boolean |
isEmbedFonts()
The Embed Fonts option. |
void |
setEmbedFonts(boolean embedFonts)
The Embed Fonts option. |
void |
setEmulsion(int emulsion)
The Emulsion setting for the PostScript. |
void |
setImage(int image)
The Image setting for the PostScript. |
void |
setImageCompression(int compression)
The PostScript Image Compression. |
void |
setLanguageLevel(int pslevel)
The PostScript Language Level. |
Method Detail |
---|
void setEmulsion(int emulsion) throws IOException, AutomationException
emulsion
- A com.esri.arcgis.output.esriExportPSEmulsion constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getEmulsion() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setImage(int image) throws IOException, AutomationException
image
- A com.esri.arcgis.output.esriExportPSImage constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getImage() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLanguageLevel(int pslevel) throws IOException, AutomationException
pslevel
- A com.esri.arcgis.output.esriExportPSLanguageLevel constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLanguageLevel() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setImageCompression(int compression) throws IOException, AutomationException
compression
- A com.esri.arcgis.output.esriExportImageCompression constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getImageCompression() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEmbedFonts(boolean embedFonts) throws IOException, AutomationException
embedFonts
- The embedFonts (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isEmbedFonts() throws IOException, AutomationException
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 |