Uses of Interface
org.apache.poi.sl.usermodel.TableCell
-
Packages that use TableCell Package Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description class
XSLFTableCell
Represents a cell of a table in a .pptx presentation
-