| Modifier and Type | Field and Description |
|---|---|
protected com.itextpdf.commons.datastructures.NullableContainer<CheckBoxType> |
PdfFormField.checkType |
| Modifier and Type | Method and Description |
|---|---|
CheckBoxType |
CheckBoxFormFieldBuilder.getCheckType()
Gets check type for checkbox form field.
|
| Modifier and Type | Method and Description |
|---|---|
PdfFormField |
PdfFormField.setCheckType(CheckBoxType checkType)
Changes the type of graphical marker used to mark a checkbox as 'on'.
|
CheckBoxFormFieldBuilder |
CheckBoxFormFieldBuilder.setCheckType(CheckBoxType checkType)
Sets check type for checkbox form field.
|
| Modifier and Type | Method and Description |
|---|---|
static CheckBoxType |
CheckBoxType.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
CheckBox |
CheckBox.setCheckBoxType(CheckBoxType checkBoxType)
Sets the icon of the checkbox.
|
| Modifier and Type | Method and Description |
|---|---|
CheckBoxType |
CheckBoxRenderer.getCheckBoxType()
Gets the checkBoxType.
|
| Modifier and Type | Field and Description |
|---|---|
static com.itextpdf.commons.datastructures.BiMap<CheckBoxType,String> |
PdfCheckBoxRenderingStrategy.ZAPFDINGBATS_CHECKBOX_MAPPING |
Copyright © 1998–2023 Apryse Group NV. All rights reserved.