Uses of Class
org.apache.poi.hslf.usermodel.HSLFTable

Packages that use HSLFTable
org.apache.poi.hslf.usermodel   
 

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

Methods in org.apache.poi.hslf.usermodel that return HSLFTable
 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
HSLFTableCell(EscherContainerRecord escherRecord, HSLFTable parent)
          Create a TableCell object and initialize it from the supplied Record container.
HSLFTableCell(HSLFTable parent)
          Create a new TableCell.
 



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