public final class GridProperties
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 Sheets API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
GridProperties() |
| Modifier and Type | Method and Description |
|---|---|
GridProperties |
clone() |
java.lang.Integer |
getColumnCount()
The number of columns in the grid.
|
java.lang.Integer |
getFrozenColumnCount()
The number of columns that are frozen in the grid.
|
java.lang.Integer |
getFrozenRowCount()
The number of rows that are frozen in the grid.
|
java.lang.Boolean |
getHideGridlines()
True if the grid isn't showing gridlines in the UI.
|
java.lang.Integer |
getRowCount()
The number of rows in the grid.
|
GridProperties |
set(java.lang.String fieldName,
java.lang.Object value) |
GridProperties |
setColumnCount(java.lang.Integer columnCount)
The number of columns in the grid.
|
GridProperties |
setFrozenColumnCount(java.lang.Integer frozenColumnCount)
The number of columns that are frozen in the grid.
|
GridProperties |
setFrozenRowCount(java.lang.Integer frozenRowCount)
The number of rows that are frozen in the grid.
|
GridProperties |
setHideGridlines(java.lang.Boolean hideGridlines)
True if the grid isn't showing gridlines in the UI.
|
GridProperties |
setRowCount(java.lang.Integer rowCount)
The number of rows in the grid.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Integer getColumnCount()
null for nonepublic GridProperties setColumnCount(java.lang.Integer columnCount)
columnCount - columnCount or null for nonepublic java.lang.Integer getFrozenColumnCount()
null for nonepublic GridProperties setFrozenColumnCount(java.lang.Integer frozenColumnCount)
frozenColumnCount - frozenColumnCount or null for nonepublic java.lang.Integer getFrozenRowCount()
null for nonepublic GridProperties setFrozenRowCount(java.lang.Integer frozenRowCount)
frozenRowCount - frozenRowCount or null for nonepublic java.lang.Boolean getHideGridlines()
null for nonepublic GridProperties setHideGridlines(java.lang.Boolean hideGridlines)
hideGridlines - hideGridlines or null for nonepublic java.lang.Integer getRowCount()
null for nonepublic GridProperties setRowCount(java.lang.Integer rowCount)
rowCount - rowCount or null for nonepublic GridProperties set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic GridProperties clone()
clone in class com.google.api.client.json.GenericJson