| Package | Description |
|---|---|
| org.apache.poi.sl.draw | |
| org.apache.poi.sl.usermodel |
| Modifier and Type | Method and Description |
|---|---|
protected TableShape<?,?> |
DrawTableShape.getShape() |
| Modifier and Type | Method and Description |
|---|---|
DrawTableShape |
DrawFactory.getDrawable(TableShape<?,?> shape) |
| Constructor and Description |
|---|
DrawTableShape(TableShape<?,?> shape) |
| Modifier and Type | Method and Description |
|---|---|
TableShape<S,P> |
ShapeContainer.createTable(int numRows,
int numCols)
Create a new Table of the given number of rows and columns
|