Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
TableRow |
TableRow.clone() |
TableRow |
TableRow.set(String fieldName,
Object value) |
TableRow |
TableRow.setRowHeight(Dimension rowHeight)
Height of a row.
|
TableRow |
TableRow.setTableCells(List<TableCell> tableCells)
Properties and contents of each cell.
|
TableRow |
TableRow.setTableRowProperties(TableRowProperties tableRowProperties)
Properties of the row.
|
Modifier and Type | Method and Description |
---|---|
List<TableRow> |
Table.getTableRows()
Properties and contents of each row.
|
Modifier and Type | Method and Description |
---|---|
Table |
Table.setTableRows(List<TableRow> tableRows)
Properties and contents of each row.
|
Copyright © 2011–2024 Google. All rights reserved.