Uses of Class
com.itextpdf.forms.form.element.CheckBox
-
Packages that use CheckBox Package Description com.itextpdf.forms.form.element com.itextpdf.forms.form.renderer -
-
Uses of CheckBox in com.itextpdf.forms.form.element
Methods in com.itextpdf.forms.form.element that return CheckBox Modifier and Type Method Description CheckBoxCheckBox. setCheckBoxType(CheckBoxType checkBoxType)Sets the icon of the checkbox.CheckBoxCheckBox. setChecked(boolean checked)Sets the checked state of the checkbox.CheckBoxCheckBox. setPdfConformance(PdfConformance conformance)Sets the conformance for the checkbox.CheckBoxCheckBox. setSize(float size)Sets the size of the checkbox. -
Uses of CheckBox in com.itextpdf.forms.form.renderer
Constructors in com.itextpdf.forms.form.renderer with parameters of type CheckBox Constructor Description CheckBoxRenderer(CheckBox modelElement)Creates a newCheckBoxRendererinstance.
-