Interface CTChartFormat

All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTChartFormat extends XmlObject
An XML CT_ChartFormat(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getPivotArea

      CTPivotArea getPivotArea()
      Gets the "pivotArea" element
    • setPivotArea

      void setPivotArea(CTPivotArea pivotArea)
      Sets the "pivotArea" element
    • addNewPivotArea

      CTPivotArea addNewPivotArea()
      Appends and returns a new empty "pivotArea" element
    • getChart

      long getChart()
      Gets the "chart" attribute
    • xgetChart

      XmlUnsignedInt xgetChart()
      Gets (as xml) the "chart" attribute
    • setChart

      void setChart(long chart)
      Sets the "chart" attribute
    • xsetChart

      void xsetChart(XmlUnsignedInt chart)
      Sets (as xml) the "chart" attribute
    • getFormat

      long getFormat()
      Gets the "format" attribute
    • xgetFormat

      XmlUnsignedInt xgetFormat()
      Gets (as xml) the "format" attribute
    • setFormat

      void setFormat(long format)
      Sets the "format" attribute
    • xsetFormat

      void xsetFormat(XmlUnsignedInt format)
      Sets (as xml) the "format" attribute
    • getSeries

      boolean getSeries()
      Gets the "series" attribute
    • xgetSeries

      XmlBoolean xgetSeries()
      Gets (as xml) the "series" attribute
    • isSetSeries

      boolean isSetSeries()
      True if has "series" attribute
    • setSeries

      void setSeries(boolean series)
      Sets the "series" attribute
    • xsetSeries

      void xsetSeries(XmlBoolean series)
      Sets (as xml) the "series" attribute
    • unsetSeries

      void unsetSeries()
      Unsets the "series" attribute