Interface CTLvl

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getPtList

        java.util.List<CTStrVal> getPtList()
        Gets a List of "pt" elements
      • getPtArray

        @Deprecated
        CTStrVal[] getPtArray()
        Deprecated.
        Gets array of all "pt" elements
      • getPtArray

        CTStrVal getPtArray​(int i)
        Gets ith "pt" element
      • sizeOfPtArray

        int sizeOfPtArray()
        Returns number of "pt" element
      • setPtArray

        void setPtArray​(CTStrVal[] ptArray)
        Sets array of all "pt" element
      • setPtArray

        void setPtArray​(int i,
                        CTStrVal pt)
        Sets ith "pt" element
      • insertNewPt

        CTStrVal insertNewPt​(int i)
        Inserts and returns a new empty value (as xml) as the ith "pt" element
      • addNewPt

        CTStrVal addNewPt()
        Appends and returns a new empty value (as xml) as the last "pt" element
      • removePt

        void removePt​(int i)
        Removes the ith "pt" element