Uses of Class
com.itextpdf.forms.form.element.CheckBox
Packages that use CheckBox
-
Uses of CheckBox in com.itextpdf.forms.form.element
Methods in com.itextpdf.forms.form.element that return CheckBoxModifier and TypeMethodDescriptionCheckBox.setCheckBoxType
(CheckBoxType checkBoxType) Sets the icon of the checkbox.CheckBox.setChecked
(boolean checked) Sets the checked state of the checkbox.CheckBox.setPdfAConformanceLevel
(PdfAConformanceLevel conformanceLevel) Deprecated.CheckBox.setPdfConformanceLevel
(IConformanceLevel conformanceLevel) Sets the conformance level for the 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 CheckBoxModifierConstructorDescriptionCheckBoxRenderer
(CheckBox modelElement) Creates a newCheckBoxRenderer
instance.