Class DropDownList

java.lang.Object
com.independentsoft.office.word.customMarkup.DropDownList

public class DropDownList extends Object
The Class DropDownList.
  • Constructor Details

    • DropDownList

      public DropDownList()
      Instantiates a new drop down list.
  • Method Details

    • clone

      public DropDownList clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getItems

      public List<DropDownListItem> getItems()
      Gets the items.
      Returns:
      the items
    • getLastValue

      public String getLastValue()
      Gets the last value.
      Returns:
      the last value
    • setLastValue

      public void setLastValue(String lastValue)
      Sets the last value.
      Parameters:
      lastValue - the new last value