Uses of Enum
com.itextpdf.forms.fields.properties.CheckBoxType
Packages that use CheckBoxType
Package
Description
-
Uses of CheckBoxType in com.itextpdf.forms.fields
Fields in com.itextpdf.forms.fields with type parameters of type CheckBoxTypeModifier and TypeFieldDescriptionprotected NullableContainer<CheckBoxType>
PdfFormField.checkType
Methods in com.itextpdf.forms.fields that return CheckBoxTypeModifier and TypeMethodDescriptionCheckBoxFormFieldBuilder.getCheckType()
Gets check type for checkbox form field.Methods in com.itextpdf.forms.fields with parameters of type CheckBoxTypeModifier and TypeMethodDescriptionCheckBoxFormFieldBuilder.setCheckType
(CheckBoxType checkType) Sets check type for checkbox form field.PdfFormField.setCheckType
(CheckBoxType checkType) Changes the type of graphical marker used to mark a checkbox as 'on'. -
Uses of CheckBoxType in com.itextpdf.forms.fields.properties
Methods in com.itextpdf.forms.fields.properties that return CheckBoxTypeModifier and TypeMethodDescriptionstatic CheckBoxType
Returns the enum constant of this type with the specified name.static CheckBoxType[]
CheckBoxType.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CheckBoxType in com.itextpdf.forms.form.element
Methods in com.itextpdf.forms.form.element with parameters of type CheckBoxTypeModifier and TypeMethodDescriptionCheckBox.setCheckBoxType
(CheckBoxType checkBoxType) Sets the icon of the checkbox. -
Uses of CheckBoxType in com.itextpdf.forms.form.renderer
Methods in com.itextpdf.forms.form.renderer that return CheckBoxType -
Uses of CheckBoxType in com.itextpdf.forms.form.renderer.checkboximpl
Fields in com.itextpdf.forms.form.renderer.checkboximpl with type parameters of type CheckBoxTypeModifier and TypeFieldDescriptionstatic final BiMap<CheckBoxType,
String> PdfCheckBoxRenderingStrategy.ZAPFDINGBATS_CHECKBOX_MAPPING