com.spire.pdf.widget
Class PdfStateWidgetItem
java.lang.Object
com.spire.pdf.widget.PdfFieldWidgetItem
com.spire.pdf.widget.PdfStateWidgetItem
- Direct Known Subclasses:
- PdfRadioButtonWidgetItem
public class PdfStateWidgetItem
- extends PdfFieldWidgetItem
Represents the loaded state item.
Method Summary |
boolean |
getChecked()
Gets a value indicating whether this is checked. |
void |
setChecked(boolean value)
Sets a value indicating whether this is checked. |
PdfStateWidgetItem
public PdfStateWidgetItem(PdfStyledFieldWidget fieldWidget,
int index,
PdfDictionary dictionary)
getChecked
public boolean getChecked()
- Gets a value indicating whether this is checked.
setChecked
public void setChecked(boolean value)
- Sets a value indicating whether this is checked.