Uses of Class
org.apache.pdfbox.pdmodel.interactive.form.PDNonTerminalField
Packages that use PDNonTerminalField
Package
Description
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
-
Uses of PDNonTerminalField in org.apache.pdfbox.pdmodel.interactive.form
Methods in org.apache.pdfbox.pdmodel.interactive.form that return PDNonTerminalFieldModifier and TypeMethodDescriptionPDField.getParent()
Get the parent field to this field, or null if none exists.Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PDNonTerminalFieldModifier and TypeMethodDescriptionstatic PDField
PDFieldFactory.createField
(PDAcroForm form, COSDictionary field, PDNonTerminalField parent) Creates a COSField subclass from the given field.