Class DropDownListItem

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

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

    • DropDownListItem

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

    • clone

      public DropDownListItem 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