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