public class TableRowCleaner extends Object
| Constructor and Description |
|---|
TableRowCleaner() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.apache.poi.xwpf.usermodel.XWPFTableRow row)
Add table row which should be removed from the table
|
List<org.apache.poi.xwpf.usermodel.XWPFTableRow> |
getRows()
Return list of rows which should be removed
|
public void add(org.apache.poi.xwpf.usermodel.XWPFTableRow row)
row - XWPFTableRowpublic List<org.apache.poi.xwpf.usermodel.XWPFTableRow> getRows()
Copyright © 2016 jsolve. All rights reserved.