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 declared as CheckBoxTypeFields in com.itextpdf.forms.fields with type parameters of type CheckBoxTypeModifier and TypeFieldDescriptionprotected NullableContainer<CheckBoxType> PdfFormField.checkTypeMethods 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
Subclasses with type arguments of type CheckBoxType in com.itextpdf.forms.fields.propertiesModifier and TypeClassDescriptionenumEnum representing possible values for check box mark drawing.Methods in com.itextpdf.forms.fields.properties that return CheckBoxTypeModifier and TypeMethodDescriptionstatic CheckBoxTypeReturns 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_MAPPINGMethods in com.itextpdf.forms.form.renderer.checkboximpl with parameters of type CheckBoxTypeModifier and TypeMethodDescriptionprivate static voidPdfACheckBoxRenderingStrategy.drawIcon(CheckBoxType type, PdfCanvas canvas1, Rectangle rectangle)