Package | Description |
---|---|
org.apache.poi.xslf.usermodel |
Modifier and Type | Method and Description |
---|---|
XSLFTableCell |
XSLFTableRow.addCell() |
XSLFTableCell |
XSLFTable.getCell(int row,
int col) |
XSLFTableCell |
XSLFTableRow.insertCell(int colIdx)
Insert a new cell at the given index.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<XSLFTableCell> |
XSLFTableRow.getCells() |
java.util.Iterator<XSLFTableCell> |
XSLFTableRow.iterator() |
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.