Uses of Interface
org.apache.poi.sl.usermodel.TableShape
-
Packages that use TableShape Package Description org.apache.poi.sl.draw org.apache.poi.sl.usermodel -
-
Uses of TableShape in org.apache.poi.sl.draw
Methods in org.apache.poi.sl.draw that return TableShape Modifier and Type Method Description protected TableShape<?,?>
DrawTableShape. getShape()
Methods in org.apache.poi.sl.draw with parameters of type TableShape Modifier and Type Method Description DrawTableShape
DrawFactory. getDrawable(TableShape<?,?> shape)
Constructors in org.apache.poi.sl.draw with parameters of type TableShape Constructor Description DrawTableShape(TableShape<?,?> shape)
-
Uses of TableShape in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return TableShape Modifier and Type Method Description TableShape<S,P>
ShapeContainer. createTable(int numRows, int numCols)
Create a new Table of the given number of rows and columns
-