Class DropDownListEntry

java.lang.Object
com.independentsoft.office.word.fields.DropDownListEntry

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

    • DropDownListEntry

      public DropDownListEntry()
      Instantiates a new drop down list entry.
    • DropDownListEntry

      public DropDownListEntry(String value)
      Instantiates a new drop down list entry.
      Parameters:
      value - the value
  • Method Details

    • clone

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

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

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

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