Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
TableCellProperties |
TableCellProperties.clone() |
TableCellProperties |
UpdateTableCellPropertiesRequest.getTableCellProperties()
The table cell properties to update.
|
TableCellProperties |
TableCell.getTableCellProperties()
The properties of the table cell.
|
TableCellProperties |
TableCellProperties.set(String fieldName,
Object value) |
TableCellProperties |
TableCellProperties.setContentAlignment(String contentAlignment)
The alignment of the content in the table cell.
|
TableCellProperties |
TableCellProperties.setTableCellBackgroundFill(TableCellBackgroundFill tableCellBackgroundFill)
The background fill of the table cell.
|
Modifier and Type | Method and Description |
---|---|
UpdateTableCellPropertiesRequest |
UpdateTableCellPropertiesRequest.setTableCellProperties(TableCellProperties tableCellProperties)
The table cell properties to update.
|
TableCell |
TableCell.setTableCellProperties(TableCellProperties tableCellProperties)
The properties of the table cell.
|
Copyright © 2011–2024 Google. All rights reserved.