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.
    • Method Detail

      • 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