parent

書式

viewObject.parent

説明

Viewの親オブジェクトを示します。Viewの親オブジェクトはDocumentオブジェクトになります。
var str=app.activeDocument.views[0].parent;
alert(str);

目次に戻る