parent
書式
artboards.parent
説明
アートボードの親オブジェクトを示します。アートボードの親オブジェクトはドキュメントオブジェクトになります。
var obj=app.activeDocument.artboards.parent; alert(obj);
目次に戻る