Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
UpdateTableRowPropertiesRequest |
UpdateTableRowPropertiesRequest.clone() |
UpdateTableRowPropertiesRequest |
Request.getUpdateTableRowProperties()
Updates the properties of a Table row.
|
UpdateTableRowPropertiesRequest |
UpdateTableRowPropertiesRequest.set(String fieldName,
Object value) |
UpdateTableRowPropertiesRequest |
UpdateTableRowPropertiesRequest.setFields(String fields)
The fields that should be updated.
|
UpdateTableRowPropertiesRequest |
UpdateTableRowPropertiesRequest.setObjectId(String objectId)
The object ID of the table.
|
UpdateTableRowPropertiesRequest |
UpdateTableRowPropertiesRequest.setRowIndices(List<Integer> rowIndices)
The list of zero-based indices specifying which rows to update.
|
UpdateTableRowPropertiesRequest |
UpdateTableRowPropertiesRequest.setTableRowProperties(TableRowProperties tableRowProperties)
The table row properties to update.
|
Modifier and Type | Method and Description |
---|---|
Request |
Request.setUpdateTableRowProperties(UpdateTableRowPropertiesRequest updateTableRowProperties)
Updates the properties of a Table row.
|
Copyright © 2011–2024 Google. All rights reserved.