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 CheckBox
CheckBox. setCheckBoxType(CheckBoxType checkBoxType)
Sets the icon of the checkbox.CheckBox
CheckBox. setChecked(boolean checked)
Sets the checked state of the checkbox.CheckBox
CheckBox. setPdfAConformanceLevel(PdfAConformanceLevel conformanceLevel)
Deprecated.CheckBox
CheckBox. setPdfConformanceLevel(IConformanceLevel conformanceLevel)
Sets the conformance level for the checkbox.CheckBox
CheckBox. 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 newCheckBoxRenderer
instance.
-