parent

書式

panelObject.parent

説明

panelオブジェクトの親オブジェクトを示します。親オブジェクトはInDesignのApplicationになります。
var p=app.panels[0];
alert(p.parent);

目次に戻る