Uses of Class
org.apache.poi.xslf.usermodel.XSLFTableCell

Packages that use XSLFTableCell
org.apache.poi.xslf.usermodel   
 

Uses of XSLFTableCell in org.apache.poi.xslf.usermodel
 

Methods in org.apache.poi.xslf.usermodel that return XSLFTableCell
 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
 java.util.List<XSLFTableCell> XSLFTableRow.getCells()
           
 java.util.Iterator<XSLFTableCell> XSLFTableRow.iterator()
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.