Package com.ironsoftware.ironpdf.form
Class CheckBoxField
java.lang.Object
com.ironsoftware.ironpdf.form.FormField
com.ironsoftware.ironpdf.form.CheckBoxField
The type Check box field.
-
Constructor Summary
ConstructorDescriptionCheckBoxField
(int annotationIndex, String name, int pageIndex, double x, double y, double width, double height, String value, boolean booleanValue, boolean readOnly) (INTERNAL) Please Get CheckBoxField fromFormFieldsSet.getCheckBoxFields()
fromFormManager.getFields()
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Gets boolean value of the checkbox.Methods inherited from class com.ironsoftware.ironpdf.form.FormField
getAnnotationIndex, getHeight, getName, getPageIndex, getType, getValue, getWidth, getX, getY, isReadOnly
-
Constructor Details
-
CheckBoxField
public CheckBoxField(int annotationIndex, String name, int pageIndex, double x, double y, double width, double height, String value, boolean booleanValue, boolean readOnly) (INTERNAL) Please Get CheckBoxField fromFormFieldsSet.getCheckBoxFields()
fromFormManager.getFields()
- Parameters:
annotationIndex
- the annotation indexname
- the namepageIndex
- the page indexx
- the xy
- the ywidth
- the widthheight
- the heightvalue
- the valuebooleanValue
- the boolean valuereadOnly
- the read only
-
-
Method Details
-
getBooleanValue
public final boolean getBooleanValue()Gets boolean value of the checkbox.- Returns:
- the boolean value
-