| Package | Description |
|---|---|
| org.apache.poi.xslf.usermodel |
| Modifier and Type | Method and Description |
|---|---|
XSLFTableRow |
XSLFTable.addRow() |
XSLFTableRow |
XSLFTable.insertRow(int rowIdx)
Insert a new row at the given index.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XSLFTableRow> |
XSLFTable.getRows() |
java.util.Iterator<XSLFTableRow> |
XSLFTable.iterator() |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.