| Package | Description |
|---|---|
| com.google.api.services.docs.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SuggestedTableRowStyle |
SuggestedTableRowStyle.clone() |
SuggestedTableRowStyle |
SuggestedTableRowStyle.set(String fieldName,
Object value) |
SuggestedTableRowStyle |
SuggestedTableRowStyle.setTableRowStyle(TableRowStyle tableRowStyle)
A TableRowStyle that only includes the changes made in this suggestion.
|
SuggestedTableRowStyle |
SuggestedTableRowStyle.setTableRowStyleSuggestionState(TableRowStyleSuggestionState tableRowStyleSuggestionState)
A mask that indicates which of the fields on the base TableRowStyle have been changed in this
suggestion.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,SuggestedTableRowStyle> |
TableRow.getSuggestedTableRowStyleChanges()
The suggested style changes to this row, keyed by suggestion ID.
|
| Modifier and Type | Method and Description |
|---|---|
TableRow |
TableRow.setSuggestedTableRowStyleChanges(Map<String,SuggestedTableRowStyle> suggestedTableRowStyleChanges)
The suggested style changes to this row, keyed by suggestion ID.
|
Copyright © 2011–2025 Google. All rights reserved.