Uses of Class
org.apache.poi.hslf.usermodel.HSLFTable
Packages that use HSLFTable
-
Uses of HSLFTable in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return HSLFTableModifier and TypeMethodDescriptionHSLFGroupShape.createTable(int numRows, int numCols) HSLFSheet.createTable(int numRows, int numCols) HSLFTableCell.getParent()Constructors in org.apache.poi.hslf.usermodel with parameters of type HSLFTableModifierConstructorDescriptionprotectedHSLFTableCell(EscherContainerRecord escherRecord, HSLFTable parent) Create a TableCell object and initialize it from the supplied Record container.HSLFTableCell(HSLFTable parent) Create a new TableCell.