Uses of Interface
org.apache.poi.sl.usermodel.TableShape
Packages that use TableShape
Package
Description
-
Uses of TableShape in org.apache.poi.hslf.usermodel
Classes in org.apache.poi.hslf.usermodel that implement TableShapeModifier and TypeClassDescriptionfinal class
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 TableShapeMethods in org.apache.poi.sl.draw with parameters of type TableShapeConstructors in org.apache.poi.sl.draw with parameters of type TableShape -
Uses of TableShape in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return TableShapeModifier and TypeMethodDescriptionTableShape<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