public class CheckBoxFormFieldBuilder extends TerminalFormFieldBuilder<CheckBoxFormFieldBuilder>
| Constructor and Description |
|---|
CheckBoxFormFieldBuilder(PdfDocument document,
String formFieldName)
Creates builder for
PdfButtonFormField creation. |
| Modifier and Type | Method and Description |
|---|---|
PdfButtonFormField |
createCheckBox()
Creates checkbox form field based on provided parameters.
|
CheckBoxType |
getCheckType()
Gets check type for checkbox form field.
|
protected CheckBoxFormFieldBuilder |
getThis()
Returns this builder object.
|
CheckBoxFormFieldBuilder |
setCheckType(CheckBoxType checkType)
Sets check type for checkbox form field.
|
getFont, getPage, getWidgetRectangle, setFont, setPage, setPage, setWidgetRectanglegetConformance, getDocument, getFormFieldName, setConformancepublic CheckBoxFormFieldBuilder(PdfDocument document, String formFieldName)
PdfButtonFormField creation.document - document to be used for form field creationformFieldName - name of the form fieldpublic CheckBoxType getCheckType()
public CheckBoxFormFieldBuilder setCheckType(CheckBoxType checkType)
CheckBoxType.CROSS.checkType - check type to be set for checkbox form fieldpublic PdfButtonFormField createCheckBox()
PdfButtonFormField instanceprotected CheckBoxFormFieldBuilder getThis()
getThis in class FormFieldBuilder<CheckBoxFormFieldBuilder>Copyright © 1998–2025 Apryse Group NV. All rights reserved.