All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getListItemList

      List<CTSdtListItem> getListItemList()
      Gets a List of "listItem" elements
    • getListItemArray

      CTSdtListItem[] getListItemArray()
      Gets array of all "listItem" elements
    • getListItemArray

      CTSdtListItem getListItemArray(int i)
      Gets ith "listItem" element
    • sizeOfListItemArray

      int sizeOfListItemArray()
      Returns number of "listItem" element
    • setListItemArray

      void setListItemArray(CTSdtListItem[] listItemArray)
      Sets array of all "listItem" element
    • setListItemArray

      void setListItemArray(int i, CTSdtListItem listItem)
      Sets ith "listItem" element
    • insertNewListItem

      CTSdtListItem insertNewListItem(int i)
      Inserts and returns a new empty value (as xml) as the ith "listItem" element
    • addNewListItem

      CTSdtListItem addNewListItem()
      Appends and returns a new empty value (as xml) as the last "listItem" element
    • removeListItem

      void removeListItem(int i)
      Removes the ith "listItem" element
    • getLastValue

      String getLastValue()
      Gets the "lastValue" attribute
    • xgetLastValue

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString xgetLastValue()
      Gets (as xml) the "lastValue" attribute
    • isSetLastValue

      boolean isSetLastValue()
      True if has "lastValue" attribute
    • setLastValue

      void setLastValue(String lastValue)
      Sets the "lastValue" attribute
    • xsetLastValue

      void xsetLastValue(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STString lastValue)
      Sets (as xml) the "lastValue" attribute
    • unsetLastValue

      void unsetLastValue()
      Unsets the "lastValue" attribute