com.esri.arcgis.output
Interface IExportPS

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ExportPS, IExportPSProxy

public interface IExportPS
extends java.io.Serializable

COM Interface 'IExportPS'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description: 'Provides access to members that control the PS (PostScript) and EPS (Encapsulated PostScript) Exports.' 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 IIDefcd8d47_8d2a_47a4_b35b_15ca74bce73c
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDefcd8d47_8d2a_47a4_b35b_15ca74bce73c

static final int IIDefcd8d47_8d2a_47a4_b35b_15ca74bce73c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setEmulsion

void setEmulsion(int emulsion)
                 throws java.io.IOException,
                        AutomationException
The Emulsion setting for the PostScript.

Parameters:
emulsion - A com.esri.arcgis.output.esriExportPSEmulsion constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEmulsion

int getEmulsion()
                throws java.io.IOException,
                       AutomationException
The Emulsion setting for the PostScript.

Returns:
A com.esri.arcgis.output.esriExportPSEmulsion constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setImage

void setImage(int image)
              throws java.io.IOException,
                     AutomationException
The Image setting for the PostScript.

Parameters:
image - A com.esri.arcgis.output.esriExportPSImage constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImage

int getImage()
             throws java.io.IOException,
                    AutomationException
The Image setting for the PostScript.

Returns:
A com.esri.arcgis.output.esriExportPSImage constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLanguageLevel

void setLanguageLevel(int pslevel)
                      throws java.io.IOException,
                             AutomationException
The PostScript Language Level.

Parameters:
pslevel - A com.esri.arcgis.output.esriExportPSLanguageLevel constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLanguageLevel

int getLanguageLevel()
                     throws java.io.IOException,
                            AutomationException
The PostScript Language Level.

Returns:
A com.esri.arcgis.output.esriExportPSLanguageLevel constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setImageCompression

void setImageCompression(int compression)
                         throws java.io.IOException,
                                AutomationException
The PostScript Image Compression.

Parameters:
compression - A com.esri.arcgis.output.esriExportImageCompression constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImageCompression

int getImageCompression()
                        throws java.io.IOException,
                               AutomationException
The PostScript Image Compression.

Returns:
A com.esri.arcgis.output.esriExportImageCompression constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEmbedFonts

void setEmbedFonts(boolean embedFonts)
                   throws java.io.IOException,
                          AutomationException
The Embed Fonts option.

Parameters:
embedFonts - The embedFonts (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isEmbedFonts

boolean isEmbedFonts()
                     throws java.io.IOException,
                            AutomationException
The Embed Fonts option.

Returns:
The embedFonts
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.