Uses of Class
com.itextpdf.forms.fields.properties.CheckBoxType
-
-
Uses of CheckBoxType in com.itextpdf.forms.fields
Fields in com.itextpdf.forms.fields declared as CheckBoxType Modifier and Type Field Description private CheckBoxTypeCheckBoxFormFieldBuilder. checkTypeFields in com.itextpdf.forms.fields with type parameters of type CheckBoxType Modifier and Type Field Description protected NullableContainer<CheckBoxType>PdfFormField. checkTypeMethods in com.itextpdf.forms.fields that return CheckBoxType Modifier and Type Method Description CheckBoxTypeCheckBoxFormFieldBuilder. getCheckType()Gets check type for checkbox form field.Methods in com.itextpdf.forms.fields with parameters of type CheckBoxType Modifier and Type Method Description CheckBoxFormFieldBuilderCheckBoxFormFieldBuilder. setCheckType(CheckBoxType checkType)Sets check type for checkbox form field.PdfFormFieldPdfFormField. 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 CheckBoxType Modifier and Type Method Description static CheckBoxTypeCheckBoxType. valueOf(java.lang.String name)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 CheckBoxType Modifier and Type Method Description CheckBoxCheckBox. 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 Modifier and Type Method Description CheckBoxTypeCheckBoxRenderer. getCheckBoxType()Gets the checkBoxType. -
Uses of CheckBoxType in com.itextpdf.forms.form.renderer.checkboximpl
Fields in com.itextpdf.forms.form.renderer.checkboximpl with type parameters of type CheckBoxType Modifier and Type Field Description static BiMap<CheckBoxType,java.lang.String>PdfCheckBoxRenderingStrategy. ZAPFDINGBATS_CHECKBOX_MAPPINGMethods in com.itextpdf.forms.form.renderer.checkboximpl with parameters of type CheckBoxType Modifier and Type Method Description private static voidPdfACheckBoxRenderingStrategy. drawIcon(CheckBoxType type, PdfCanvas canvas1, Rectangle rectangle)
-