removeAll
書式
textRanges.removeAll()
説明
すべてのTextRangeオブジェクトを削除します。戻り値はありません。
app.activeDocument.selection.textRanges.removeAll();
目次に戻る