Uses of Class
org.apache.poi.hslf.usermodel.HSLFTable
-
Packages that use HSLFTable Package Description org.apache.poi.hslf.usermodel -
-
Uses of HSLFTable in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return HSLFTable Modifier and Type Method Description HSLFTableHSLFGroupShape. createTable(int numRows, int numCols)HSLFTableHSLFSheet. createTable(int numRows, int numCols)HSLFTableHSLFTableCell. getParent()Constructors in org.apache.poi.hslf.usermodel with parameters of type HSLFTable Constructor Description HSLFTableCell(EscherContainerRecord escherRecord, HSLFTable parent)Create a TableCell object and initialize it from the supplied Record container.HSLFTableCell(HSLFTable parent)Create a new TableCell.
-