parent

書式

nonNativeItemObject.parent

説明

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

目次に戻る