| 値 | 内容 |
|---|---|
| IllustratorPathType.ALLPATHS | すべてのパス |
| IllustratorPathType.DOCUMENTBOUNDS | ドキュメント範囲内のパス |
| IllustratorPathType.NAMEDPATH | pathNameプロパティで指定された名前のパス |
var opt=new ExportOptionsIllustrator();
opt.path=IllustratorPathType.ALLPATHS;
app.activeDocument.exportDocument(
new File("~/Desktop/samplePath1.psd"),
ExportType.ILLUSTRATORPATHS
);