com.esri.arcgis.output
Interface IExportAI

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ExportAI, IExportAIProxy

public interface IExportAI
extends java.io.Serializable

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

Description: 'Provides access to members that control the AI (Adobe Illustrator) Export.' 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 IID69822e67_c74b_4138_ab20_aa4e00cb87dd
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isEmbedFonts()
          The Embed Fonts option.
 void setEmbedFonts(boolean embedFonts)
          The Embed Fonts option.
 

Field Detail

IID69822e67_c74b_4138_ab20_aa4e00cb87dd

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

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.