public class WorkbookRangeFormat extends Entity implements com.microsoft.graph.serializer.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 |
---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
@SerializedName(value="columnWidth", alternate="ColumnWidth") @Expose @Nullable public java.lang.Double columnWidth
@SerializedName(value="horizontalAlignment", alternate="HorizontalAlignment") @Expose @Nullable public java.lang.String horizontalAlignment
@SerializedName(value="rowHeight", alternate="RowHeight") @Expose @Nullable public java.lang.Double rowHeight
@SerializedName(value="verticalAlignment", alternate="VerticalAlignment") @Expose @Nullable public java.lang.String verticalAlignment
@SerializedName(value="wrapText", alternate="WrapText") @Expose @Nullable public java.lang.Boolean wrapText
@SerializedName(value="borders", alternate="Borders") @Expose @Nullable public WorkbookRangeBorderCollectionPage borders
@SerializedName(value="fill", alternate="Fill") @Expose @Nullable public WorkbookRangeFill fill
@SerializedName(value="font", alternate="Font") @Expose @Nullable public WorkbookRangeFont font
@SerializedName(value="protection", alternate="Protection") @Expose @Nullable public WorkbookFormatProtection protection
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to