com.esri.arcgis.output
Interface IPsPrinter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IPsPrinterProxy, PsPrinter

public interface IPsPrinter
extends java.io.Serializable

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

Description: 'Indicator interface that identifies the PostScript Printer 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 IIDde6dcd82_3f54_11d1_885e_0000f87808ee
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getPPDFile()
          The PPD file for the PostScript file.
 void setPPDFile(java.lang.String pPDFile)
          The PPD file for the PostScript file.
 

Field Detail

IIDde6dcd82_3f54_11d1_885e_0000f87808ee

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

setPPDFile

void setPPDFile(java.lang.String pPDFile)
                throws java.io.IOException,
                       AutomationException
The PPD file for the PostScript file.

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

getPPDFile

java.lang.String getPPDFile()
                            throws java.io.IOException,
                                   AutomationException
The PPD file for the PostScript file.

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