Interface ChartSpaceDocument

All Superinterfaces:
XmlObject, XmlTokenSource

public interface ChartSpaceDocument extends XmlObject
A document containing one chartSpace(@http://schemas.openxmlformats.org/drawingml/2006/chart) element. This is a complex type.
  • Field Details

  • Method Details

    • getChartSpace

      CTChartSpace getChartSpace()
      Gets the "chartSpace" element
    • setChartSpace

      void setChartSpace(CTChartSpace chartSpace)
      Sets the "chartSpace" element
    • addNewChartSpace

      CTChartSpace addNewChartSpace()
      Appends and returns a new empty "chartSpace" element