Package | Description |
---|---|
org.apache.poi.hslf.usermodel |
Modifier and Type | Method and Description |
---|---|
HSLFTable |
HSLFSheet.createTable(int numRows,
int numCols) |
HSLFTable |
HSLFGroupShape.createTable(int numRows,
int numCols) |
HSLFTable |
HSLFTableCell.getParent() |
Constructor and Description |
---|
HSLFTableCell(EscherContainerRecord escherRecord,
HSLFTable parent)
Create a TableCell object and initialize it from the supplied Record container.
|
HSLFTableCell(HSLFTable parent)
Create a new TableCell.
|
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.