com.spire.pdf.widget
Class PdfRadioButtonWidgetItem
java.lang.Object
com.spire.pdf.widget.PdfFieldWidgetItem
com.spire.pdf.widget.PdfStateWidgetItem
com.spire.pdf.widget.PdfRadioButtonWidgetItem
public class PdfRadioButtonWidgetItem
- extends PdfStateWidgetItem
Represents radio button field of an existing PDF document
s form.
Method Summary |
java.awt.geom.Rectangle2D |
getBounds()
Gets the bounds. |
java.lang.String |
getValue()
|
void |
setValue(java.lang.String value)
|
PdfRadioButtonWidgetItem
public PdfRadioButtonWidgetItem(PdfStyledFieldWidget fieldWidget,
int index,
PdfDictionary dictionary)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
- Parameters:
value
- sets the value
getBounds
public java.awt.geom.Rectangle2D getBounds()
- Gets the bounds.
- Overrides:
getBounds
in class PdfFieldWidgetItem