Class WorkbookRangeFormat

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.WorkbookRangeFormat
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WorkbookRangeFormat extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Workbook Range Format.
  • Field Details

    • columnWidth

      @SerializedName(value="columnWidth", alternate="ColumnWidth") @Expose @Nullable public Double columnWidth
      The Column Width. Gets or sets the width of all colums within the range. If the column widths are not uniform, null will be returned.
    • horizontalAlignment

      @SerializedName(value="horizontalAlignment", alternate="HorizontalAlignment") @Expose @Nullable public String horizontalAlignment
      The Horizontal Alignment. Represents the horizontal alignment for the specified object. The possible values are: General, Left, Center, Right, Fill, Justify, CenterAcrossSelection, Distributed.
    • rowHeight

      @SerializedName(value="rowHeight", alternate="RowHeight") @Expose @Nullable public Double rowHeight
      The Row Height. Gets or sets the height of all rows in the range. If the row heights are not uniform null will be returned.
    • verticalAlignment

      @SerializedName(value="verticalAlignment", alternate="VerticalAlignment") @Expose @Nullable public String verticalAlignment
      The Vertical Alignment. Represents the vertical alignment for the specified object. The possible values are: Top, Center, Bottom, Justify, Distributed.
    • wrapText

      @SerializedName(value="wrapText", alternate="WrapText") @Expose @Nullable public Boolean wrapText
      The Wrap Text. Indicates if Excel wraps the text in the object. A null value indicates that the entire range doesn't have uniform wrap setting
    • borders

      @SerializedName(value="borders", alternate="Borders") @Expose @Nullable public WorkbookRangeBorderCollectionPage borders
      The Borders. Collection of border objects that apply to the overall range selected Read-only.
    • fill

      @SerializedName(value="fill", alternate="Fill") @Expose @Nullable public WorkbookRangeFill fill
      The Fill. Returns the fill object defined on the overall range. Read-only.
    • font

      @SerializedName(value="font", alternate="Font") @Expose @Nullable public WorkbookRangeFont font
      The Font. Returns the font object defined on the overall range selected Read-only.
    • protection

      @SerializedName(value="protection", alternate="Protection") @Expose @Nullable public WorkbookFormatProtection protection
      The Protection. Returns the format protection object for a range. Read-only.
  • Constructor Details

    • WorkbookRangeFormat

      public WorkbookRangeFormat()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to