Uses of Class
org.pdfbox.pdmodel.interactive.form.PDField

Packages that use PDField
org.pdfbox.pdmodel.interactive.form The interactive package contains classes that deal with interactive annotations such as textfields and buttons. 
 

Uses of PDField in org.pdfbox.pdmodel.interactive.form
 

Subclasses of PDField in org.pdfbox.pdmodel.interactive.form
 class PDCheckbox
          A class for handling the PDF field as a checkbox.
 class PDChoiceButton
          This holds common functionality for check boxes and radio buttons.
 class PDChoiceField
          A class for handling the PDF field as a choicefield.
 class PDPushButton
          A class for handling the PDF field as a PDPushButton.
 class PDRadioCollection
          A class for handling the PDF field as a Radio Collection.
 class PDSignature
          A class for handling the PDF field as a signature.
 class PDTextbox
          A class for handling the PDF field as a textbox.
 class PDUnknownField
          This class represents a form field with an unknown type.
 class PDVariableText
          A class for handling PDF fields that display text.
 

Methods in org.pdfbox.pdmodel.interactive.form that return PDField
static PDField PDFieldFactory.createField(PDAcroForm acroForm, COSDictionary field)
          This method creates a COSField subclass from the given field.
 PDField PDField.getParent()
          Get the parent field to this field, or null if none exists.
 PDField PDField.findKid(String[] name, int nameIndex)
          This will find one of the child elements.
 PDField PDAcroForm.getField(String name)
          This will get a field by name, possibly using the cache if setCache is true.
 

Methods in org.pdfbox.pdmodel.interactive.form with parameters of type PDField
 void PDField.setParent(PDField parent)
          Set the parent of this field.