Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
TableRow |
TableRow.addCellsItem(TableCell cellsItem) |
TableRow |
TableRow.cells(List<TableCell> cells) |
TableRow |
TableRow.height(Double height) |
TableRow |
TableRow.minimalHeight(Double minimalHeight) |
Modifier and Type | Method and Description |
---|---|
List<TableRow> |
Table.getRows()
Rows.
|
Modifier and Type | Method and Description |
---|---|
Table |
Table.addRowsItem(TableRow rowsItem) |
Modifier and Type | Method and Description |
---|---|
Table |
Table.rows(List<TableRow> rows) |
void |
Table.setRows(List<TableRow> rows) |
Copyright © 2021. All rights reserved.