removeAll

書式

lines.removeAll()

説明

すべての行を削除します。
app.activeDocument.textFrames[0].lines.removeAll();

目次に戻る