removeAll

書式

paragraphs.removeAll()

説明

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

目次に戻る