All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTVolTopic extends XmlObject
An XML CT_VolTopic(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getV

      String getV()
      Gets the "v" element
    • xgetV

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetV()
      Gets (as xml) the "v" element
    • setV

      void setV(String v)
      Sets the "v" element
    • xsetV

      void xsetV(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring v)
      Sets (as xml) the "v" element
    • getStpList

      List<String> getStpList()
      Gets a List of "stp" elements
    • getStpArray

      String[] getStpArray()
      Gets array of all "stp" elements
    • getStpArray

      String getStpArray(int i)
      Gets ith "stp" element
    • xgetStpList

      List<org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring> xgetStpList()
      Gets (as xml) a List of "stp" elements
    • xgetStpArray

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring[] xgetStpArray()
      Gets (as xml) array of all "stp" elements
    • xgetStpArray

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetStpArray(int i)
      Gets (as xml) ith "stp" element
    • sizeOfStpArray

      int sizeOfStpArray()
      Returns number of "stp" element
    • setStpArray

      void setStpArray(String[] stpArray)
      Sets array of all "stp" element
    • setStpArray

      void setStpArray(int i, String stp)
      Sets ith "stp" element
    • xsetStpArray

      void xsetStpArray(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring[] stpArray)
      Sets (as xml) array of all "stp" element
    • xsetStpArray

      void xsetStpArray(int i, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring stp)
      Sets (as xml) ith "stp" element
    • insertStp

      void insertStp(int i, String stp)
      Inserts the value as the ith "stp" element
    • addStp

      void addStp(String stp)
      Appends the value as the last "stp" element
    • insertNewStp

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring insertNewStp(int i)
      Inserts and returns a new empty value (as xml) as the ith "stp" element
    • addNewStp

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring addNewStp()
      Appends and returns a new empty value (as xml) as the last "stp" element
    • removeStp

      void removeStp(int i)
      Removes the ith "stp" element
    • getTrList

      List<CTVolTopicRef> getTrList()
      Gets a List of "tr" elements
    • getTrArray

      CTVolTopicRef[] getTrArray()
      Gets array of all "tr" elements
    • getTrArray

      CTVolTopicRef getTrArray(int i)
      Gets ith "tr" element
    • sizeOfTrArray

      int sizeOfTrArray()
      Returns number of "tr" element
    • setTrArray

      void setTrArray(CTVolTopicRef[] trArray)
      Sets array of all "tr" element
    • setTrArray

      void setTrArray(int i, CTVolTopicRef tr)
      Sets ith "tr" element
    • insertNewTr

      CTVolTopicRef insertNewTr(int i)
      Inserts and returns a new empty value (as xml) as the ith "tr" element
    • addNewTr

      CTVolTopicRef addNewTr()
      Appends and returns a new empty value (as xml) as the last "tr" element
    • removeTr

      void removeTr(int i)
      Removes the ith "tr" element
    • getT

      Gets the "t" attribute
    • xgetT

      Gets (as xml) the "t" attribute
    • isSetT

      boolean isSetT()
      True if has "t" attribute
    • setT

      void setT(STVolValueType.Enum t)
      Sets the "t" attribute
    • xsetT

      void xsetT(STVolValueType t)
      Sets (as xml) the "t" attribute
    • unsetT

      void unsetT()
      Unsets the "t" attribute