Package | Description |
---|---|
org.apache.poi.hslf.usermodel | |
org.apache.poi.sl.draw | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
HSLFTable
Represents a table in a PowerPoint presentation
|
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
|
Modifier and Type | Class and Description |
---|---|
class |
XSLFTable
Represents a table in a .pptx presentation
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.