Uses of Enum
com.itextpdf.forms.fields.properties.CheckBoxType
Package
Description
-
Uses of CheckBoxType in com.itextpdf.forms.fields
Modifier and TypeFieldDescriptionprotected NullableContainer<CheckBoxType>
PdfFormField.checkType
Modifier and TypeMethodDescriptionCheckBoxFormFieldBuilder.getCheckType()
Gets check type for checkbox form field.Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionCheckBox.setCheckBoxType
(CheckBoxType checkBoxType) Sets the icon of the checkbox. -
Uses of CheckBoxType in com.itextpdf.forms.form.renderer
-
Uses of CheckBoxType in com.itextpdf.forms.form.renderer.checkboximpl
Modifier and TypeFieldDescriptionstatic final BiMap<CheckBoxType,
String> PdfCheckBoxRenderingStrategy.ZAPFDINGBATS_CHECKBOX_MAPPING