com.esri.arcgis.output
Interface IExportAI

All Superinterfaces:
Serializable
All Known Implementing Classes:
ExportAI

public interface IExportAI
extends Serializable

Provides access to members that control the AI (Adobe Illustrator) Export.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean isEmbedFonts()
          The Embed Fonts option.
 void setEmbedFonts(boolean embedFonts)
          The Embed Fonts option.
 

Method Detail

setEmbedFonts

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

isEmbedFonts

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

Remarks

At the 9.0 release, font embedding for the AI format is not yet supported. Changes to the value of this property will be ignored.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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