public final class TableRowStyle
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 |
|---|
TableRowStyle() |
| Modifier and Type | Method and Description |
|---|---|
TableRowStyle |
clone() |
Dimension |
getMinRowHeight()
The minimum height of the row.
|
Boolean |
getPreventOverflow()
Whether the row cannot overflow across page or column boundaries.
|
Boolean |
getTableHeader()
Whether the row is a table header.
|
TableRowStyle |
set(String fieldName,
Object value) |
TableRowStyle |
setMinRowHeight(Dimension minRowHeight)
The minimum height of the row.
|
TableRowStyle |
setPreventOverflow(Boolean preventOverflow)
Whether the row cannot overflow across page or column boundaries.
|
TableRowStyle |
setTableHeader(Boolean tableHeader)
Whether the row is a table header.
|
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 Dimension getMinRowHeight()
null for nonepublic TableRowStyle setMinRowHeight(Dimension minRowHeight)
minRowHeight - minRowHeight or null for nonepublic Boolean getPreventOverflow()
null for nonepublic TableRowStyle setPreventOverflow(Boolean preventOverflow)
preventOverflow - preventOverflow or null for nonepublic Boolean getTableHeader()
null for nonepublic TableRowStyle setTableHeader(Boolean tableHeader)
tableHeader - tableHeader or null for nonepublic TableRowStyle set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic TableRowStyle clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.