parent
書式
pageItemObject
.parent
説明
PageItemオブジェクトの親オブジェクトを示します。
var obj=app.activeDocument.pageItems[0].parent; alert(obj);
目次に戻る