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 CheckBoxType
CheckBoxFormFieldBuilder. checkType
Fields in com.itextpdf.forms.fields with type parameters of type CheckBoxType Modifier and Type Field Description protected NullableContainer<CheckBoxType>
PdfFormField. checkType
Methods in com.itextpdf.forms.fields that return CheckBoxType Modifier and Type Method Description CheckBoxType
CheckBoxFormFieldBuilder. getCheckType()
Gets check type for checkbox form field.Methods in com.itextpdf.forms.fields with parameters of type CheckBoxType Modifier and Type Method Description CheckBoxFormFieldBuilder
CheckBoxFormFieldBuilder. setCheckType(CheckBoxType checkType)
Sets check type for checkbox form field.PdfFormField
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 CheckBoxType Modifier and Type Method Description static CheckBoxType
CheckBoxType. 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 CheckBox
CheckBox. 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 CheckBoxType
CheckBoxRenderer. 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_MAPPING
Methods in com.itextpdf.forms.form.renderer.checkboximpl with parameters of type CheckBoxType Modifier and Type Method Description private static void
PdfACheckBoxRenderingStrategy. drawIcon(CheckBoxType type, PdfCanvas canvas1, Rectangle rectangle)
-