pageItems
書式
pageObject
.pageItems
説明
pageItemオブジェクトが格納されているコレクションです。
var p=app.activeDocument.pages[0]; alert(p.pageItems.length);
目次に戻る