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 interface
An AcroForm button that can be pressed.static interface
A selectable option, either a check box or a radio button.static interface
An AcroForm form field with a checkbox that can be enabled or disabled.static interface
An AcroForm form field for selecting values from a list of options.static interface
An AcroForm form field for selecting a value from a list of options.static interface
An AcroForm form field for selecting one or more values from a list of options.static interface
An AcroForm form field with a radio button that can be enabled or disabled.static interface
An AcroForm form field for entering a signature.static interface
An AcroForm free-text form field for entering plain text.Methods in de.xima.fc.pdf.form with parameters of type IPdfAcroFieldModifier and TypeMethodDescriptionvoid
IPdfFormVisitor.visitFormField
(IPdfAcroField field, IPdfPage page) Called when a form field is encountered in the PDF document.