Uses of Interface
org.apache.poi.sl.usermodel.TableShape

Packages that use TableShape
org.apache.poi.hslf.usermodel   
org.apache.poi.sl.draw   
org.apache.poi.sl.usermodel   
org.apache.poi.xslf.usermodel   
 

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

Classes in org.apache.poi.hslf.usermodel that implement TableShape
 class HSLFTable
          Represents a table in a PowerPoint presentation
 

Uses of TableShape in org.apache.poi.sl.draw
 

Methods in org.apache.poi.sl.draw that return TableShape
protected  TableShape<?,?> DrawTableShape.getShape()
           
 

Methods in org.apache.poi.sl.draw with parameters of type TableShape
 DrawTableShape DrawFactory.getDrawable(TableShape<?,?> shape)
           
 

Constructors in org.apache.poi.sl.draw with parameters of type TableShape
DrawTableShape(TableShape<?,?> shape)
           
 

Uses of TableShape in org.apache.poi.sl.usermodel
 

Methods in org.apache.poi.sl.usermodel that return TableShape
 TableShape<S,P> ShapeContainer.createTable(int numRows, int numCols)
          Create a new Table of the given number of rows and columns
 

Uses of TableShape in org.apache.poi.xslf.usermodel
 

Classes in org.apache.poi.xslf.usermodel that implement TableShape
 class XSLFTable
          Represents a table in a .pptx presentation
 



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