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

Packages that use PDAcroForm
org.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. 
org.pdfbox.pdmodel.interactive.form The interactive package contains classes that deal with interactive annotations such as textfields and buttons. 
 

Uses of PDAcroForm in org.pdfbox.pdmodel
 

Methods in org.pdfbox.pdmodel that return PDAcroForm
 PDAcroForm PDDocumentCatalog.getAcroForm()
          This will get the documents acroform.
 

Methods in org.pdfbox.pdmodel with parameters of type PDAcroForm
 void PDDocumentCatalog.setAcroForm(PDAcroForm acro)
          Set the acro form for this catalog.
 

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

Methods in org.pdfbox.pdmodel.interactive.form that return PDAcroForm
 PDAcroForm PDField.getAcroForm()
          This will get the acroform that this field is part of.
 

Methods in org.pdfbox.pdmodel.interactive.form with parameters of type PDAcroForm
static PDField PDFieldFactory.createField(PDAcroForm acroForm, COSDictionary field)
          This method creates a COSField subclass from the given field.
 void PDField.setAcroForm(PDAcroForm value)
          This will set the form this field is on.
 

Constructors in org.pdfbox.pdmodel.interactive.form with parameters of type PDAcroForm
PDVariableText(PDAcroForm theAcroForm)
           
PDVariableText(PDAcroForm theAcroForm, COSDictionary field)
           
PDUnknownField(PDAcroForm theAcroForm, COSDictionary field)
           
PDTextbox(PDAcroForm theAcroForm)
           
PDTextbox(PDAcroForm theAcroForm, COSDictionary field)
           
PDSignature(PDAcroForm theAcroForm, COSDictionary field)
           
PDRadioCollection(PDAcroForm theAcroForm, COSDictionary field)
           
PDPushButton(PDAcroForm theAcroForm, COSDictionary field)
           
PDField(PDAcroForm theAcroForm)
          Constructor.
PDField(PDAcroForm theAcroForm, COSDictionary field)
          Creates a COSField from a COSDictionary, expected to be a correct object definition for a field in PDF.
PDChoiceField(PDAcroForm theAcroForm, COSDictionary field)
           
PDChoiceButton(PDAcroForm theAcroForm, COSDictionary field)
           
PDCheckbox(PDAcroForm theAcroForm, COSDictionary field)
           
PDAppearance(PDAcroForm theAcroForm, PDVariableText field)
          Constructs a COSAppearnce from the given field.