Uses of Class
com.itextpdf.forms.form.element.CheckBox
-
Uses of CheckBox in com.itextpdf.forms.form.element
Modifier 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) Sets the PDF/A conformance level for the checkbox.CheckBox.setSize
(float size) Sets the size of the checkbox. -
Uses of CheckBox in com.itextpdf.forms.form.renderer
ModifierConstructorDescriptionCheckBoxRenderer
(CheckBox modelElement) Creates a newCheckBoxRenderer
instance.