Package org.apache.pdfbox.pdmodel.interactive.form
The interactive package contains classes that deal with interactive annotations such as textfields and buttons.
-
Class Summary Class Description PDAcroForm This class represents the acroform of a PDF document.PDAppearance This one took me a while, but i'm proud to say that it handles the appearance of a textbox.PDCheckbox A class for handling the PDF field as a checkbox.PDChoiceButton This holds common functionality for check boxes and radio buttons.PDChoiceField A class for handling the PDF field as a choicefield.PDField This is the superclass for a Field element in a PDF.PDFieldFactory This is the Factory for creating and returning the correct field elements.PDPushButton A class for handling the PDF field as a PDPushButton.PDRadioCollection A class for handling the PDF field as a Radio Collection.PDSignature Deprecated. UsePDSignatureField
instead (see PDFBOX-1513).PDSignatureField A class for handling the PDF field as a signature.PDTextbox A class for handling the PDF field as a textbox.PDUnknownField This class represents a form field with an unknown type.PDVariableText A class for handling PDF fields that display text.PDXFA This class represents an XML Forms Architecture Data packet.