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