remove()

書式

ovalObject.remove()

説明

ovalオブジェクトを削除します。パラメーターはありません。戻り値もありません。
var o=app.activeDocument.ovals;
o[0].remove();

目次に戻る