removeAll
書式
lines.removeAll()
説明
すべての行を削除します。
?
1
app.activeDocument.textFrames[0].lines.removeAll();
目次に戻る