Uses of Interface
org.apache.poi.sl.usermodel.TableShape
-
Packages that use TableShape Package Description 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 Modifier and Type Class Description 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 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 -
Uses of TableShape in org.apache.poi.xslf.usermodel
Classes in org.apache.poi.xslf.usermodel that implement TableShape Modifier and Type Class Description class
XSLFTable
Represents a table in a .pptx presentation
-