com.esri.arcgis.output
Interface IPsExporter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IPsExporterProxy, PsExporter

public interface IPsExporter
extends java.io.Serializable

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

Description: 'Superseded by IExportPS. Provides access to members that control the EPS (Encapsulated PostScript) Exporter.' 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 IID7d4881e6_57c6_11d1_945e_080009eebecb
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPSDriver queryPSDriver()
          Returns Interface IPSDriver.
 

Field Detail

IID7d4881e6_57c6_11d1_945e_080009eebecb

static final int IID7d4881e6_57c6_11d1_945e_080009eebecb
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

queryPSDriver

IPSDriver queryPSDriver()
                        throws java.io.IOException,
                               AutomationException
Returns Interface IPSDriver.

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