parent

書式

pluginItemObject.parent

説明

PlacedItemオブジェクトの親オブジェクトを示します。
var obj=app.activeDocument.pluginItems[0].parent;
alert(obj);

目次に戻る