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",
alternate="ColumnWidth")
@Expose
public java.lang.Double columnWidth
@SerializedName(value="horizontalAlignment",
alternate="HorizontalAlignment")
@Expose
public java.lang.String horizontalAlignment
@SerializedName(value="rowHeight",
alternate="RowHeight")
@Expose
public java.lang.Double rowHeight
@SerializedName(value="verticalAlignment",
alternate="VerticalAlignment")
@Expose
public java.lang.String verticalAlignment
@SerializedName(value="wrapText",
alternate="WrapText")
@Expose
public java.lang.Boolean wrapText
@SerializedName(value="borders",
alternate="Borders")
@Expose
public WorkbookRangeBorderCollectionPage borders
@SerializedName(value="fill",
alternate="Fill")
@Expose
public WorkbookRangeFill fill
@SerializedName(value="font",
alternate="Font")
@Expose
public WorkbookRangeFont font
@SerializedName(value="protection",
alternate="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