com.spire.pdf.widget
Class PdfCheckBoxWidgetFieldWidget
java.lang.Object
com.spire.pdf.fields.PdfField
com.spire.pdf.widget.PdfFieldWidget
com.spire.pdf.widget.PdfStyledFieldWidget
com.spire.pdf.widget.PdfStateFieldWidget
com.spire.pdf.widget.PdfCheckBoxWidgetFieldWidget
public class PdfCheckBoxWidgetFieldWidget
- extends PdfStateFieldWidget
Represents check box of an existing PDF documents form.
|
Method Summary |
java.awt.geom.Rectangle2D |
getBounds()
Gets the bounds. |
boolean |
getChecked()
Gets or sets a value indicating whether this is checked. |
void |
setChecked(boolean value)
Sets a value indicating whether this is checked. |
void |
setExportValue(java.lang.String exportValue)
Set the export value. |
| Methods inherited from class com.spire.pdf.widget.PdfStyledFieldWidget |
getActions, getBorderColor, getBorderStyle, getBorderWidth, getFont, getForeColor, getGotFocus, getLocation, getLostFocus, getMouseDown, getMouseEnter, getMouseLeave, getSize, getVisible, setBorderColor, setBorderStyle, setBorderWidth, setBounds, setForeColor, setGotFocus, setLocation, setLostFocus, setMouseDown, setMouseEnter, setMouseLeave, setSize |
| Methods inherited from class com.spire.pdf.fields.PdfField |
getAnnotationFlags, getExport, getFlatten, getForm, getMappingName, getReadOnly, getRequired, setAnnotationFlags, setExport, setFlatten, setToolTip |
PdfCheckBoxWidgetFieldWidget
public PdfCheckBoxWidgetFieldWidget(PdfDictionary dictionary,
PdfDocumentBase document)
getChecked
public boolean getChecked()
- Gets or sets a value indicating whether this is checked.
setChecked
public void setChecked(boolean value)
- Sets a value indicating whether this is checked.
getBounds
public java.awt.geom.Rectangle2D getBounds()
- Gets the bounds.
- Overrides:
getBounds in class PdfStyledFieldWidget
setExportValue
public void setExportValue(java.lang.String exportValue)
- Set the export value.
- Parameters:
exportValue - The export value