|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAIDriver
Superseded by IExportAI. Provides access to members controlling Adobe Illustrator Driver options.
| Method Summary | |
|---|---|
void |
createAI(String inputFileName,
String outputFileName)
Converts the EMF file to a AI File. |
int |
getAIDriverOptions()
Adobe Illustrator Driver options. |
void |
setAIDriverOptions(int aiOptions)
Adobe Illustrator Driver options. |
| Method Detail |
|---|
void createAI(String inputFileName,
String outputFileName)
throws IOException,
AutomationException
inputFileName - The inputFileName (in)outputFileName - The outputFileName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getAIDriverOptions()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAIDriverOptions(int aiOptions)
throws IOException,
AutomationException
aiOptions - A com.esri.arcgis.output.esriAIDriverOptions constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||