parent
書式
spots.parent
説明
Spotsコレクションの親オブジェクトを示します。親オブジェクトは常にドキュメントオブジェクトになります。
var obj=app.activeDocument.spots.parent; alert(obj);
目次に戻る