public static class PDFFormField.ChoiceOption
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
defaultSelected
Default selection flag.
|
java.lang.String |
optionLabel
List box or Combo box option Label.
|
java.lang.String |
optionValue
List box or Combo box option value.
|
boolean |
selected
True if the item is selected.
|
Constructor and Description |
---|
PDFFormField.ChoiceOption() |
public java.lang.String optionValue
public java.lang.String optionLabel
public boolean selected
public boolean defaultSelected