index
書式
documentObject
.index
説明
indexはドキュメントのインデックス(documentsオブジェクト内での位置)を示します。indexは0以上の値になります。
var d=app.activeDocument; alert(d.index);
目次に戻る