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 HSLFTable
HSLFGroupShape. createTable(int numRows, int numCols)
HSLFTable
HSLFSheet. createTable(int numRows, int numCols)
HSLFTable
HSLFTableCell. 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.
-