Class DropDownListItem
java.lang.Object
com.independentsoft.office.word.customMarkup.DropDownListItem
The Class DropDownListItem.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the display text.getValue()Gets the value.voidsetDisplayText(String displayText)Sets the display text.voidSets the value.toString()
-
Constructor Details
-
DropDownListItem
public DropDownListItem()Instantiates a new drop down list item.
-
-
Method Details
-
clone
-
toString
-
getDisplayText
Gets the display text.- Returns:
- the display text
-
setDisplayText
Sets the display text.- Parameters:
displayText- the new display text
-
getValue
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the new value
-