public class ParagraphCleaner extends Object
| Constructor and Description |
|---|
ParagraphCleaner() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ParagraphInsert paragraph)
Add new paragraph which should be removed from document
|
List<ParagraphInsert> |
getParagraphs()
Get list of paragraphs which should be removed from document
|
public void add(ParagraphInsert paragraph)
paragraph - ParagraphInsertpublic List<ParagraphInsert> getParagraphs()
Copyright © 2016 jsolve. All rights reserved.