Interface CTScatterSer

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • setIdx

        void setIdx​(CTUnsignedInt idx)
        Sets the "idx" element
      • addNewIdx

        CTUnsignedInt addNewIdx()
        Appends and returns a new empty "idx" element
      • setOrder

        void setOrder​(CTUnsignedInt order)
        Sets the "order" element
      • addNewOrder

        CTUnsignedInt addNewOrder()
        Appends and returns a new empty "order" element
      • getTx

        CTSerTx getTx()
        Gets the "tx" element
      • isSetTx

        boolean isSetTx()
        True if has "tx" element
      • setTx

        void setTx​(CTSerTx tx)
        Sets the "tx" element
      • addNewTx

        CTSerTx addNewTx()
        Appends and returns a new empty "tx" element
      • unsetTx

        void unsetTx()
        Unsets the "tx" element
      • isSetSpPr

        boolean isSetSpPr()
        True if has "spPr" element
      • addNewSpPr

        CTShapeProperties addNewSpPr()
        Appends and returns a new empty "spPr" element
      • unsetSpPr

        void unsetSpPr()
        Unsets the "spPr" element
      • getMarker

        CTMarker getMarker()
        Gets the "marker" element
      • isSetMarker

        boolean isSetMarker()
        True if has "marker" element
      • setMarker

        void setMarker​(CTMarker marker)
        Sets the "marker" element
      • addNewMarker

        CTMarker addNewMarker()
        Appends and returns a new empty "marker" element
      • unsetMarker

        void unsetMarker()
        Unsets the "marker" element
      • getDPtList

        java.util.List<CTDPt> getDPtList()
        Gets a List of "dPt" elements
      • getDPtArray

        @Deprecated
        CTDPt[] getDPtArray()
        Deprecated.
        Gets array of all "dPt" elements
      • getDPtArray

        CTDPt getDPtArray​(int i)
        Gets ith "dPt" element
      • sizeOfDPtArray

        int sizeOfDPtArray()
        Returns number of "dPt" element
      • setDPtArray

        void setDPtArray​(CTDPt[] dPtArray)
        Sets array of all "dPt" element
      • setDPtArray

        void setDPtArray​(int i,
                         CTDPt dPt)
        Sets ith "dPt" element
      • insertNewDPt

        CTDPt insertNewDPt​(int i)
        Inserts and returns a new empty value (as xml) as the ith "dPt" element
      • addNewDPt

        CTDPt addNewDPt()
        Appends and returns a new empty value (as xml) as the last "dPt" element
      • removeDPt

        void removeDPt​(int i)
        Removes the ith "dPt" element
      • getDLbls

        CTDLbls getDLbls()
        Gets the "dLbls" element
      • isSetDLbls

        boolean isSetDLbls()
        True if has "dLbls" element
      • setDLbls

        void setDLbls​(CTDLbls dLbls)
        Sets the "dLbls" element
      • addNewDLbls

        CTDLbls addNewDLbls()
        Appends and returns a new empty "dLbls" element
      • unsetDLbls

        void unsetDLbls()
        Unsets the "dLbls" element
      • getTrendlineList

        java.util.List<CTTrendline> getTrendlineList()
        Gets a List of "trendline" elements
      • getTrendlineArray

        @Deprecated
        CTTrendline[] getTrendlineArray()
        Deprecated.
        Gets array of all "trendline" elements
      • getTrendlineArray

        CTTrendline getTrendlineArray​(int i)
        Gets ith "trendline" element
      • sizeOfTrendlineArray

        int sizeOfTrendlineArray()
        Returns number of "trendline" element
      • setTrendlineArray

        void setTrendlineArray​(CTTrendline[] trendlineArray)
        Sets array of all "trendline" element
      • setTrendlineArray

        void setTrendlineArray​(int i,
                               CTTrendline trendline)
        Sets ith "trendline" element
      • insertNewTrendline

        CTTrendline insertNewTrendline​(int i)
        Inserts and returns a new empty value (as xml) as the ith "trendline" element
      • addNewTrendline

        CTTrendline addNewTrendline()
        Appends and returns a new empty value (as xml) as the last "trendline" element
      • removeTrendline

        void removeTrendline​(int i)
        Removes the ith "trendline" element
      • getErrBarsList

        java.util.List<CTErrBars> getErrBarsList()
        Gets a List of "errBars" elements
      • getErrBarsArray

        @Deprecated
        CTErrBars[] getErrBarsArray()
        Deprecated.
        Gets array of all "errBars" elements
      • getErrBarsArray

        CTErrBars getErrBarsArray​(int i)
        Gets ith "errBars" element
      • sizeOfErrBarsArray

        int sizeOfErrBarsArray()
        Returns number of "errBars" element
      • setErrBarsArray

        void setErrBarsArray​(CTErrBars[] errBarsArray)
        Sets array of all "errBars" element
      • setErrBarsArray

        void setErrBarsArray​(int i,
                             CTErrBars errBars)
        Sets ith "errBars" element
      • insertNewErrBars

        CTErrBars insertNewErrBars​(int i)
        Inserts and returns a new empty value (as xml) as the ith "errBars" element
      • addNewErrBars

        CTErrBars addNewErrBars()
        Appends and returns a new empty value (as xml) as the last "errBars" element
      • removeErrBars

        void removeErrBars​(int i)
        Removes the ith "errBars" element
      • isSetXVal

        boolean isSetXVal()
        True if has "xVal" element
      • setXVal

        void setXVal​(CTAxDataSource xVal)
        Sets the "xVal" element
      • addNewXVal

        CTAxDataSource addNewXVal()
        Appends and returns a new empty "xVal" element
      • unsetXVal

        void unsetXVal()
        Unsets the "xVal" element
      • isSetYVal

        boolean isSetYVal()
        True if has "yVal" element
      • addNewYVal

        CTNumDataSource addNewYVal()
        Appends and returns a new empty "yVal" element
      • unsetYVal

        void unsetYVal()
        Unsets the "yVal" element
      • getSmooth

        CTBoolean getSmooth()
        Gets the "smooth" element
      • isSetSmooth

        boolean isSetSmooth()
        True if has "smooth" element
      • setSmooth

        void setSmooth​(CTBoolean smooth)
        Sets the "smooth" element
      • addNewSmooth

        CTBoolean addNewSmooth()
        Appends and returns a new empty "smooth" element
      • unsetSmooth

        void unsetSmooth()
        Unsets the "smooth" 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