Uses of Class
org.apache.poi.xslf.usermodel.XSLFTableCell
-
Packages that use XSLFTableCell Package Description org.apache.poi.xslf.usermodel -
-
Uses of XSLFTableCell in org.apache.poi.xslf.usermodel
Methods in org.apache.poi.xslf.usermodel that return XSLFTableCell Modifier and Type Method Description XSLFTableCell
XSLFTableRow. addCell()
XSLFTableCell
XSLFTable. getCell(int row, int col)
Methods in org.apache.poi.xslf.usermodel that return types with arguments of type XSLFTableCell Modifier and Type Method Description java.util.List<XSLFTableCell>
XSLFTableRow. getCells()
java.util.Iterator<XSLFTableCell>
XSLFTableRow. iterator()
-