Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
UpdateTableCellPropertiesRequest |
UpdateTableCellPropertiesRequest.clone() |
UpdateTableCellPropertiesRequest |
Request.getUpdateTableCellProperties()
Updates the properties of a TableCell.
|
UpdateTableCellPropertiesRequest |
UpdateTableCellPropertiesRequest.set(String fieldName,
Object value) |
UpdateTableCellPropertiesRequest |
UpdateTableCellPropertiesRequest.setFields(String fields)
The fields that should be updated.
|
UpdateTableCellPropertiesRequest |
UpdateTableCellPropertiesRequest.setObjectId(String objectId)
The object ID of the table.
|
UpdateTableCellPropertiesRequest |
UpdateTableCellPropertiesRequest.setTableCellProperties(TableCellProperties tableCellProperties)
The table cell properties to update.
|
UpdateTableCellPropertiesRequest |
UpdateTableCellPropertiesRequest.setTableRange(TableRange tableRange)
The table range representing the subset of the table to which the updates are applied.
|
Modifier and Type | Method and Description |
---|---|
Request |
Request.setUpdateTableCellProperties(UpdateTableCellPropertiesRequest updateTableCellProperties)
Updates the properties of a TableCell.
|
Copyright © 2011–2025 Google. All rights reserved.