Class ComboBoxListItem
java.lang.Object
com.independentsoft.office.word.customMarkup.ComboBoxListItem
The Class ComboBoxListItem.
-
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
-
ComboBoxListItem
public ComboBoxListItem()Instantiates a new combo box 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
-