|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PDAcroForm | |
|---|---|
| org.apache.pdfbox.pdmodel | The PDModel package represents a high level API for creating and manipulating PDF documents. |
| org.apache.pdfbox.pdmodel.interactive.form | The interactive package contains classes that deal with interactive annotations such as textfields and buttons. |
| Uses of PDAcroForm in org.apache.pdfbox.pdmodel |
|---|
| Methods in org.apache.pdfbox.pdmodel that return PDAcroForm | |
|---|---|
PDAcroForm |
PDDocumentCatalog.getAcroForm()
This will get the documents acroform. |
| Methods in org.apache.pdfbox.pdmodel with parameters of type PDAcroForm | |
|---|---|
void |
PDDocumentCatalog.setAcroForm(PDAcroForm acro)
Set the acro form for this catalog. |
| Uses of PDAcroForm in org.apache.pdfbox.pdmodel.interactive.form |
|---|
| Methods in org.apache.pdfbox.pdmodel.interactive.form that return PDAcroForm | |
|---|---|
PDAcroForm |
PDField.getAcroForm()
This will get the acroform that this field is part of. |
| Methods in org.apache.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||