removeAll
書式
textFrames.removeAll()
説明
すべてのTextFrameオブジェクトを削除します。指定できるパラメーターはありません。戻り値もありません。
app.activeDocument.textFrames.removeAll();
目次に戻る