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

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

    • ComboBox

      public ComboBox()
      Instantiates a new combo box.
  • Method Details

    • clone

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

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

      public List<ComboBoxListItem> 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