parent

書式

parent

説明

ドキュメントの親オブジェクトを示します。親オブジェクトはApplicationオブジェクトになります。読み出しのみです。
var str=app.activeDocument.parent;
alert(str);

目次に戻る