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 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 from FormFieldsSet.getCheckBoxFields() from FormManager.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
  • Method Details

    • getBooleanValue

      public final boolean getBooleanValue()
      Gets boolean value of the checkbox.
      Returns:
      the boolean value