length
書式
pagesObject
.length
説明
lengthプロパティにはpageオブジェクト(ページ)の総数が格納されています。
var p=app.activeDocument.pages; alert(p.length);
目次に戻る