com.esri.arcgis.output
Interface IAIDriver

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AIDriver, IAIDriverProxy

public interface IAIDriver
extends java.io.Serializable

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

Description: 'Superseded by IExportAI. Provides access to members controlling Adobe Illustrator Driver options.' 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 IID9e790106_4047_4fb3_be12_8f29106a1f86
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void createAI(java.lang.String inputFileName, java.lang.String outputFileName)
          Converts the EMF file to a AI File.
 int getAIDriverOptions()
          Adobe Illustrator Driver options.
 void setAIDriverOptions(int aiOptions)
          Adobe Illustrator Driver options.
 

Field Detail

IID9e790106_4047_4fb3_be12_8f29106a1f86

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

createAI

void createAI(java.lang.String inputFileName,
              java.lang.String outputFileName)
              throws java.io.IOException,
                     AutomationException
Converts the EMF file to a AI File.

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

getAIDriverOptions

int getAIDriverOptions()
                       throws java.io.IOException,
                              AutomationException
Adobe Illustrator Driver options.

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

setAIDriverOptions

void setAIDriverOptions(int aiOptions)
                        throws java.io.IOException,
                               AutomationException
Adobe Illustrator Driver options.

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