Interface CTSurfaceChart

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTSurfaceChart
    extends XmlObject
    An XML CT_SurfaceChart(@http://schemas.openxmlformats.org/drawingml/2006/chart). This is a complex type.
    • Method Detail

      • getWireframe

        CTBoolean getWireframe()
        Gets the "wireframe" element
      • isSetWireframe

        boolean isSetWireframe()
        True if has "wireframe" element
      • setWireframe

        void setWireframe​(CTBoolean wireframe)
        Sets the "wireframe" element
      • addNewWireframe

        CTBoolean addNewWireframe()
        Appends and returns a new empty "wireframe" element
      • unsetWireframe

        void unsetWireframe()
        Unsets the "wireframe" element
      • getSerList

        java.util.List<CTSurfaceSer> getSerList()
        Gets a List of "ser" elements
      • getSerArray

        @Deprecated
        CTSurfaceSer[] getSerArray()
        Deprecated.
        Gets array of all "ser" elements
      • getSerArray

        CTSurfaceSer getSerArray​(int i)
        Gets ith "ser" element
      • sizeOfSerArray

        int sizeOfSerArray()
        Returns number of "ser" element
      • setSerArray

        void setSerArray​(CTSurfaceSer[] serArray)
        Sets array of all "ser" element
      • setSerArray

        void setSerArray​(int i,
                         CTSurfaceSer ser)
        Sets ith "ser" element
      • insertNewSer

        CTSurfaceSer insertNewSer​(int i)
        Inserts and returns a new empty value (as xml) as the ith "ser" element
      • addNewSer

        CTSurfaceSer addNewSer()
        Appends and returns a new empty value (as xml) as the last "ser" element
      • removeSer

        void removeSer​(int i)
        Removes the ith "ser" element
      • getBandFmts

        CTBandFmts getBandFmts()
        Gets the "bandFmts" element
      • isSetBandFmts

        boolean isSetBandFmts()
        True if has "bandFmts" element
      • setBandFmts

        void setBandFmts​(CTBandFmts bandFmts)
        Sets the "bandFmts" element
      • addNewBandFmts

        CTBandFmts addNewBandFmts()
        Appends and returns a new empty "bandFmts" element
      • unsetBandFmts

        void unsetBandFmts()
        Unsets the "bandFmts" element
      • getAxIdList

        java.util.List<CTUnsignedInt> getAxIdList()
        Gets a List of "axId" elements
      • getAxIdArray

        @Deprecated
        CTUnsignedInt[] getAxIdArray()
        Deprecated.
        Gets array of all "axId" elements
      • getAxIdArray

        CTUnsignedInt getAxIdArray​(int i)
        Gets ith "axId" element
      • sizeOfAxIdArray

        int sizeOfAxIdArray()
        Returns number of "axId" element
      • setAxIdArray

        void setAxIdArray​(CTUnsignedInt[] axIdArray)
        Sets array of all "axId" element
      • setAxIdArray

        void setAxIdArray​(int i,
                          CTUnsignedInt axId)
        Sets ith "axId" element
      • insertNewAxId

        CTUnsignedInt insertNewAxId​(int i)
        Inserts and returns a new empty value (as xml) as the ith "axId" element
      • addNewAxId

        CTUnsignedInt addNewAxId()
        Appends and returns a new empty value (as xml) as the last "axId" element
      • removeAxId

        void removeAxId​(int i)
        Removes the ith "axId" element
      • isSetExtLst

        boolean isSetExtLst()
        True if has "extLst" element
      • setExtLst

        void setExtLst​(CTExtensionList extLst)
        Sets the "extLst" element
      • addNewExtLst

        CTExtensionList addNewExtLst()
        Appends and returns a new empty "extLst" element
      • unsetExtLst

        void unsetExtLst()
        Unsets the "extLst" element