Class ComboBoxListItem

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

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

    • ComboBoxListItem

      public ComboBoxListItem()
      Instantiates a new combo box list item.
  • Method Details

    • clone

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

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

      public String getDisplayText()
      Gets the display text.
      Returns:
      the display text
    • setDisplayText

      public void setDisplayText(String displayText)
      Sets the display text.
      Parameters:
      displayText - the new display text
    • getValue

      public String getValue()
      Gets the value.
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Sets the value.
      Parameters:
      value - the new value