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
- All Implemented Interfaces:
- IPdfWrapper
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. |
Methods inherited from class com.spire.pdf.widget.PdfStyledFieldWidget |
getActions, getBorderColor, getBorderStyle, getBorderWidth, getFont, getGotFocus, getLocation, getLostFocus, getMouseDown, getMouseEnter, getMouseLeave, getSize, getVisible, setBorderColor, setBorderStyle, setBorderWidth, setBounds, setGotFocus, setLocation, setLostFocus, setMouseDown, setMouseEnter, setMouseLeave, setSize |
PdfCheckBoxWidgetFieldWidget
public PdfCheckBoxWidgetFieldWidget(PdfDictionary dictionary,
PdfCrossTable crossTable)
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