Interface CTVolMain

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTVolMain
    extends XmlObject
    An XML CT_VolMain(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
    • Method Detail

      • getTpList

        java.util.List<CTVolTopic> getTpList()
        Gets a List of "tp" elements
      • getTpArray

        @Deprecated
        CTVolTopic[] getTpArray()
        Deprecated.
        Gets array of all "tp" elements
      • getTpArray

        CTVolTopic getTpArray​(int i)
        Gets ith "tp" element
      • sizeOfTpArray

        int sizeOfTpArray()
        Returns number of "tp" element
      • setTpArray

        void setTpArray​(CTVolTopic[] tpArray)
        Sets array of all "tp" element
      • setTpArray

        void setTpArray​(int i,
                        CTVolTopic tp)
        Sets ith "tp" element
      • insertNewTp

        CTVolTopic insertNewTp​(int i)
        Inserts and returns a new empty value (as xml) as the ith "tp" element
      • addNewTp

        CTVolTopic addNewTp()
        Appends and returns a new empty value (as xml) as the last "tp" element
      • removeTp

        void removeTp​(int i)
        Removes the ith "tp" element
      • getFirst

        java.lang.String getFirst()
        Gets the "first" attribute
      • xgetFirst

        STXstring xgetFirst()
        Gets (as xml) the "first" attribute
      • setFirst

        void setFirst​(java.lang.String first)
        Sets the "first" attribute
      • xsetFirst

        void xsetFirst​(STXstring first)
        Sets (as xml) the "first" attribute