indexGenerationOptions
書式
documentObject
.indexGenerationOptions
説明
indexGenerationOptionオブジェクトが格納されているコレクションです。
?
1
2
var
d=app.activeDocument;
alert(d.indexGenerationOptions);
目次に戻る