Package | Description |
---|---|
com.google.api.services.docs.v1.model |
Modifier and Type | Method and Description |
---|---|
UpdateTableRowStyleRequest |
UpdateTableRowStyleRequest.clone() |
UpdateTableRowStyleRequest |
Request.getUpdateTableRowStyle()
Updates the row style in a table.
|
UpdateTableRowStyleRequest |
UpdateTableRowStyleRequest.set(String fieldName,
Object value) |
UpdateTableRowStyleRequest |
UpdateTableRowStyleRequest.setFields(String fields)
The fields that should be updated.
|
UpdateTableRowStyleRequest |
UpdateTableRowStyleRequest.setRowIndices(List<Integer> rowIndices)
The list of zero-based row indices whose style should be updated.
|
UpdateTableRowStyleRequest |
UpdateTableRowStyleRequest.setTableRowStyle(TableRowStyle tableRowStyle)
The styles to be set on the rows.
|
UpdateTableRowStyleRequest |
UpdateTableRowStyleRequest.setTableStartLocation(Location tableStartLocation)
The location where the table starts in the document.
|
Modifier and Type | Method and Description |
---|---|
Request |
Request.setUpdateTableRowStyle(UpdateTableRowStyleRequest updateTableRowStyle)
Updates the row style in a table.
|
Copyright © 2011–2022 Google. All rights reserved.