public final class TableRow
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Docs API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
TableRow() |
| Modifier and Type | Method and Description |
|---|---|
TableRow |
clone() |
Integer |
getEndIndex()
The zero-based end index of this row, exclusive, in UTF-16 code units.
|
Integer |
getStartIndex()
The zero-based start index of this row, in UTF-16 code units.
|
List<String> |
getSuggestedDeletionIds()
The suggested deletion IDs.
|
List<String> |
getSuggestedInsertionIds()
The suggested insertion IDs.
|
Map<String,SuggestedTableRowStyle> |
getSuggestedTableRowStyleChanges()
The suggested style changes to this row, keyed by suggestion ID.
|
List<TableCell> |
getTableCells()
The contents and style of each cell in this row.
|
TableRowStyle |
getTableRowStyle()
The style of the table row.
|
TableRow |
set(String fieldName,
Object value) |
TableRow |
setEndIndex(Integer endIndex)
The zero-based end index of this row, exclusive, in UTF-16 code units.
|
TableRow |
setStartIndex(Integer startIndex)
The zero-based start index of this row, in UTF-16 code units.
|
TableRow |
setSuggestedDeletionIds(List<String> suggestedDeletionIds)
The suggested deletion IDs.
|
TableRow |
setSuggestedInsertionIds(List<String> suggestedInsertionIds)
The suggested insertion IDs.
|
TableRow |
setSuggestedTableRowStyleChanges(Map<String,SuggestedTableRowStyle> suggestedTableRowStyleChanges)
The suggested style changes to this row, keyed by suggestion ID.
|
TableRow |
setTableCells(List<TableCell> tableCells)
The contents and style of each cell in this row.
|
TableRow |
setTableRowStyle(TableRowStyle tableRowStyle)
The style of the table row.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Integer getEndIndex()
null for nonepublic TableRow setEndIndex(Integer endIndex)
endIndex - endIndex or null for nonepublic Integer getStartIndex()
null for nonepublic TableRow setStartIndex(Integer startIndex)
startIndex - startIndex or null for nonepublic List<String> getSuggestedDeletionIds()
null for nonepublic TableRow setSuggestedDeletionIds(List<String> suggestedDeletionIds)
suggestedDeletionIds - suggestedDeletionIds or null for nonepublic List<String> getSuggestedInsertionIds()
null for nonepublic TableRow setSuggestedInsertionIds(List<String> suggestedInsertionIds)
suggestedInsertionIds - suggestedInsertionIds or null for nonepublic Map<String,SuggestedTableRowStyle> getSuggestedTableRowStyleChanges()
null for nonepublic TableRow setSuggestedTableRowStyleChanges(Map<String,SuggestedTableRowStyle> suggestedTableRowStyleChanges)
suggestedTableRowStyleChanges - suggestedTableRowStyleChanges or null for nonepublic List<TableCell> getTableCells()
null for nonepublic TableRow setTableCells(List<TableCell> tableCells)
tableCells - tableCells or null for nonepublic TableRowStyle getTableRowStyle()
null for nonepublic TableRow setTableRowStyle(TableRowStyle tableRowStyle)
tableRowStyle - tableRowStyle or null for nonepublic TableRow set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic TableRow clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.