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 XSLFTableCellXSLFTableRow. addCell()XSLFTableCellXSLFTable. getCell(int row, int col)XSLFTableCellXSLFTableRow. insertCell(int colIdx)Insert a new cell at the given index.Methods in org.apache.poi.xslf.usermodel that return types with arguments of type XSLFTableCell Modifier and Type Method Description List<XSLFTableCell>XSLFTableRow. getCells()Iterator<XSLFTableCell>XSLFTableRow. iterator()
-