parentPage
書式
pageItem
.parentPage
説明
PageItemオブジェクトがあるPapgeオブジェクトを返します。
var p=app.activeDocument.pageItems[0].parentPage; alert(p.name);
目次に戻る