Package com.ironsoftware.ironpdf.form
Class CheckBoxField
- java.lang.Object
- 
- com.ironsoftware.ironpdf.form.FormField
- 
- com.ironsoftware.ironpdf.form.CheckBoxField
 
 
- 
 public class CheckBoxField extends FormField The type Check box field.
- 
- 
Constructor SummaryConstructors Constructor Description 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()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetBooleanValue()Gets boolean value of the checkbox.- 
Methods inherited from class com.ironsoftware.ironpdf.form.FormFieldgetAnnotationIndex, getHeight, getName, getPageIndex, getType, getValue, getWidth, getX, getY, isReadOnly
 
- 
 
- 
- 
- 
Constructor Detail- 
CheckBoxFieldpublic 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 index
- name- the name
- pageIndex- the page index
- x- the x
- y- the y
- width- the width
- height- the height
- value- the value
- booleanValue- the boolean value
- readOnly- the read only
 
 
- 
 
-