Uses of Class
com.itextpdf.forms.fields.ChoiceFormFieldBuilder
-
Uses of ChoiceFormFieldBuilder in com.itextpdf.forms.fields
Modifier and TypeMethodDescriptionprotected ChoiceFormFieldBuilder
ChoiceFormFieldBuilder.getThis()
Returns this builder object.ChoiceFormFieldBuilder.setOptions
(PdfArray options) Sets options for choice form field.ChoiceFormFieldBuilder.setOptions
(String[] options) Sets options for choice form field.ChoiceFormFieldBuilder.setOptions
(String[][] options) Sets options for choice form field. -
Uses of ChoiceFormFieldBuilder in com.itextpdf.forms.form.renderer
Modifier and TypeMethodDescriptionprotected void
AbstractSelectFieldRenderer.setupBuilderValues
(ChoiceFormFieldBuilder builder, AbstractSelectField field) Retrieve the options from select field (can be combo box or list box field) and set them to the form field builder.