clean method

void clean()

Clears all paragraphs from the document.

Implementation

void clean() {
  paragraphs.clear();
}