public class WorkbookRangeFormat extends Entity implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
WorkbookRangeBorderCollectionPage |
borders
The Borders.
|
java.lang.Double |
columnWidth
The Column Width.
|
WorkbookRangeFill |
fill
The Fill.
|
WorkbookRangeFont |
font
The Font.
|
java.lang.String |
horizontalAlignment
The Horizontal Alignment.
|
WorkbookFormatProtection |
protection
The Protection.
|
java.lang.Double |
rowHeight
The Row Height.
|
java.lang.String |
verticalAlignment
The Vertical Alignment.
|
java.lang.Boolean |
wrapText
The Wrap Text.
|
| Constructor and Description |
|---|
WorkbookRangeFormat() |
| 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="columnWidth") @Expose public java.lang.Double columnWidth
@SerializedName(value="horizontalAlignment") @Expose public java.lang.String horizontalAlignment
@SerializedName(value="rowHeight") @Expose public java.lang.Double rowHeight
@SerializedName(value="verticalAlignment") @Expose public java.lang.String verticalAlignment
@SerializedName(value="wrapText") @Expose public java.lang.Boolean wrapText
public WorkbookRangeBorderCollectionPage borders
@SerializedName(value="fill") @Expose public WorkbookRangeFill fill
@SerializedName(value="font") @Expose public WorkbookRangeFont font
@SerializedName(value="protection") @Expose public WorkbookFormatProtection protection
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