removeAll

書式

characters.removeAll()

説明

すべての文字を削除します。
app.activeDocument.textFrames[0].textRange.characters.removeAll();

目次に戻る