Interface CTSdtDropDownList

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getListItemList

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

        @Deprecated
        CTSdtListItem[] getListItemArray()
        Deprecated.
        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

        java.lang.String getLastValue()
        Gets the "lastValue" attribute
      • xgetLastValue

        STString xgetLastValue()
        Gets (as xml) the "lastValue" attribute
      • isSetLastValue

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

        void setLastValue​(java.lang.String lastValue)
        Sets the "lastValue" attribute
      • xsetLastValue

        void xsetLastValue​(STString lastValue)
        Sets (as xml) the "lastValue" attribute
      • unsetLastValue

        void unsetLastValue()
        Unsets the "lastValue" attribute