Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
TableCell |
TableCell.clone() |
TableCell |
TableCell.set(String fieldName,
Object value) |
TableCell |
TableCell.setColumnSpan(Integer columnSpan)
Column span of the cell.
|
TableCell |
TableCell.setLocation(TableCellLocation location)
The location of the cell within the table.
|
TableCell |
TableCell.setRowSpan(Integer rowSpan)
Row span of the cell.
|
TableCell |
TableCell.setTableCellProperties(TableCellProperties tableCellProperties)
The properties of the table cell.
|
TableCell |
TableCell.setText(TextContent text)
The text content of the cell.
|
Modifier and Type | Method and Description |
---|---|
List<TableCell> |
TableRow.getTableCells()
Properties and contents of each cell.
|
Modifier and Type | Method and Description |
---|---|
TableRow |
TableRow.setTableCells(List<TableCell> tableCells)
Properties and contents of each cell.
|
Copyright © 2011–2024 Google. All rights reserved.