remove()

書式

noteObject.remove()

説明

指定されたnoteオブジェクトを削除します。指定できるパラメーターはありません。また、戻り値もありません。
var nt=app.activeDocument.textFrames[0].notes[0];
nt.remove();

目次に戻る