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