Class WorkbookChartTitle

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

public class WorkbookChartTitle extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Workbook Chart Title.
  • Field Details

    • overlay

      @SerializedName(value="overlay", alternate="Overlay") @Expose @Nullable public Boolean overlay
      The Overlay. Boolean value representing if the chart title will overlay the chart or not.
    • text

      @SerializedName(value="text", alternate="Text") @Expose @Nullable public String text
      The Text. Represents the title text of a chart.
    • visible

      @SerializedName(value="visible", alternate="Visible") @Expose @Nullable public Boolean visible
      The Visible. A boolean value the represents the visibility of a chart title object.
    • format

      @SerializedName(value="format", alternate="Format") @Expose @Nullable public WorkbookChartTitleFormat format
      The Format. Represents the formatting of a chart title, which includes fill and font formatting. Read-only.
  • Constructor Details

    • WorkbookChartTitle

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