Uses of Interface
org.apache.poi.sl.usermodel.TableCell

Packages that use TableCell
org.apache.poi.hslf.usermodel   
org.apache.poi.sl.usermodel   
org.apache.poi.xslf.usermodel   
 

Uses of TableCell in org.apache.poi.hslf.usermodel
 

Classes in org.apache.poi.hslf.usermodel that implement TableCell
 class HSLFTableCell
          Represents a cell in a ppt table
 

Uses of TableCell in org.apache.poi.sl.usermodel
 

Methods in org.apache.poi.sl.usermodel that return TableCell
 TableCell<S,P> TableShape.getCell(int row, int col)
          Gets a cell
 

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

Classes in org.apache.poi.xslf.usermodel that implement TableCell
 class XSLFTableCell
          Represents a cell of a table in a .pptx presentation
 



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