public class WorkbookRange extends Entity implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
address
The Address.
|
java.lang.String |
addressLocal
The Address Local.
|
java.lang.Integer |
cellCount
The Cell Count.
|
java.lang.Integer |
columnCount
The Column Count.
|
java.lang.Boolean |
columnHidden
The Column Hidden.
|
java.lang.Integer |
columnIndex
The Column Index.
|
WorkbookRangeFormat |
format
The Format.
|
com.google.gson.JsonElement |
formulas
The Formulas.
|
com.google.gson.JsonElement |
formulasLocal
The Formulas Local.
|
com.google.gson.JsonElement |
formulasR1C1
The Formulas R1C1.
|
java.lang.Boolean |
hidden
The Hidden.
|
com.google.gson.JsonElement |
numberFormat
The Number Format.
|
java.lang.Integer |
rowCount
The Row Count.
|
java.lang.Boolean |
rowHidden
The Row Hidden.
|
java.lang.Integer |
rowIndex
The Row Index.
|
WorkbookRangeSort |
sort
The Sort.
|
com.google.gson.JsonElement |
text
The Text.
|
com.google.gson.JsonElement |
values
The Values.
|
com.google.gson.JsonElement |
valueTypes
The Value Types.
|
WorkbookWorksheet |
worksheet
The Worksheet.
|
| Constructor and Description |
|---|
WorkbookRange() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="address") @Expose public java.lang.String address
@SerializedName(value="addressLocal") @Expose public java.lang.String addressLocal
@SerializedName(value="cellCount") @Expose public java.lang.Integer cellCount
@SerializedName(value="columnCount") @Expose public java.lang.Integer columnCount
@SerializedName(value="columnHidden") @Expose public java.lang.Boolean columnHidden
@SerializedName(value="columnIndex") @Expose public java.lang.Integer columnIndex
@SerializedName(value="formulas") @Expose public com.google.gson.JsonElement formulas
@SerializedName(value="formulasLocal") @Expose public com.google.gson.JsonElement formulasLocal
@SerializedName(value="formulasR1C1") @Expose public com.google.gson.JsonElement formulasR1C1
@SerializedName(value="hidden") @Expose public java.lang.Boolean hidden
@SerializedName(value="numberFormat") @Expose public com.google.gson.JsonElement numberFormat
@SerializedName(value="rowCount") @Expose public java.lang.Integer rowCount
@SerializedName(value="rowHidden") @Expose public java.lang.Boolean rowHidden
@SerializedName(value="rowIndex") @Expose public java.lang.Integer rowIndex
@SerializedName(value="text") @Expose public com.google.gson.JsonElement text
@SerializedName(value="valueTypes") @Expose public com.google.gson.JsonElement valueTypes
@SerializedName(value="values") @Expose public com.google.gson.JsonElement values
@SerializedName(value="format") @Expose public WorkbookRangeFormat format
@SerializedName(value="sort") @Expose public WorkbookRangeSort sort
@SerializedName(value="worksheet") @Expose public WorkbookWorksheet worksheet
public com.google.gson.JsonObject getRawObject()
getRawObject in class Entityprotected ISerializer getSerializer()
getSerializer in class Entitypublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to