parent
書式
parent
説明
ドキュメントの親オブジェクトを示します。親オブジェクトはApplicationオブジェクトになります。読み出しのみです。
?
1
2
var
str=app.activeDocument.parent;
alert(str);
目次に戻る