Class WorkbookRangeBorder

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

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

    • color

      @SerializedName(value="color", alternate="Color") @Expose @Nullable public String color
      The Color. HTML color code representing the color of the border line, of the form #RRGGBB (e.g. 'FFA500') or as a named HTML color (e.g. 'orange').
    • sideIndex

      @SerializedName(value="sideIndex", alternate="SideIndex") @Expose @Nullable public String sideIndex
      The Side Index. Constant value that indicates the specific side of the border. The possible values are: EdgeTop, EdgeBottom, EdgeLeft, EdgeRight, InsideVertical, InsideHorizontal, DiagonalDown, DiagonalUp. Read-only.
    • style

      @SerializedName(value="style", alternate="Style") @Expose @Nullable public String style
      The Style. One of the constants of line style specifying the line style for the border. The possible values are: None, Continuous, Dash, DashDot, DashDotDot, Dot, Double, SlantDashDot.
    • weight

      @SerializedName(value="weight", alternate="Weight") @Expose @Nullable public String weight
      The Weight. Specifies the weight of the border around a range. The possible values are: Hairline, Thin, Medium, Thick.
  • Constructor Details

    • WorkbookRangeBorder

      public WorkbookRangeBorder()
  • 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