jPod PDF library

Uses of Class
de.intarsys.pdf.pd.PDAcroForm

Packages that use PDAcroForm
de.intarsys.pdf.pd The higher level building blocks of a PDF document. 
 

Uses of PDAcroForm in de.intarsys.pdf.pd
 

Methods in de.intarsys.pdf.pd that return PDAcroForm
 PDAcroForm PDDocument.createAcroForm()
          create an AcroForm in a PDF Document.
 PDAcroForm PDDocument.getAcroForm()
          read an AcroForm from a PDF Document. return null if no AcroForm is available.
abstract  PDAcroForm PDAcroFormNode.getAcroForm()
          The PDAcroForm for this node.
 PDAcroForm PDAcroFormField.getAcroForm()
           
 PDAcroForm PDAcroForm.getAcroForm()
           
 

Methods in de.intarsys.pdf.pd with parameters of type PDAcroForm
 void PDAcroFormTools.addField(PDAcroForm form, PDAcroFormField field)
          Adding a field to a form may not be as simple as changing the array of kids.
 void PDDocument.setAcroForm(PDAcroForm form)
          Set AcroForm in PDF Document.
 

Constructors in de.intarsys.pdf.pd with parameters of type PDAcroForm
AcroFormSigFlags(PDAcroForm form)
           
 


jPod PDF library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.