public class TableRowInsert extends Insert
| Constructor and Description |
|---|
TableRowInsert() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(TableCellInsert cellInsert) |
List<TableCellInsert> |
getCellInserts() |
org.apache.poi.xwpf.usermodel.XWPFTableRow |
getRow() |
String |
toString() |
public void add(TableCellInsert cellInsert)
public List<TableCellInsert> getCellInserts()
public org.apache.poi.xwpf.usermodel.XWPFTableRow getRow()
Copyright © 2016 jsolve. All rights reserved.