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.
  • Field Details

  • Method Details

    • getTpList

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

      CTVolTopic[] getTpArray()
      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

      String getFirst()
      Gets the "first" attribute
    • xgetFirst

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetFirst()
      Gets (as xml) the "first" attribute
    • setFirst

      void setFirst(String first)
      Sets the "first" attribute
    • xsetFirst

      void xsetFirst(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring first)
      Sets (as xml) the "first" attribute