Uses of Interface
de.xima.fc.pdf.form.IPdfAcroField
Packages that use IPdfAcroField
-
Uses of IPdfAcroField in de.xima.fc.pdf.form
Subinterfaces of IPdfAcroField in de.xima.fc.pdf.formModifier and TypeInterfaceDescriptionstatic interfaceAn AcroForm button that can be pressed.static interfaceA selectable option, either a check box or a radio button.static interfaceAn AcroForm form field with a checkbox that can be enabled or disabled.static interfaceAn AcroForm form field for selecting values from a list of options.static interfaceAn AcroForm form field for selecting a value from a list of options.static interfaceAn AcroForm form field for selecting one or more values from a list of options.static interfaceAn AcroForm form field with a radio button that can be enabled or disabled.static interfaceAn AcroForm form field for entering a signature.static interfaceAn AcroForm free-text form field for entering plain text.Methods in de.xima.fc.pdf.form with parameters of type IPdfAcroFieldModifier and TypeMethodDescriptionvoidIPdfFormVisitor.visitFormField(IPdfAcroField field, IPdfPage page) Called when a form field is encountered in the PDF document.