Java org.apache.pdfbox.pdmodel.interactive.form PDAcroForm fields, constructors, methods, implement or subclass

Example usage for Java org.apache.pdfbox.pdmodel.interactive.form PDAcroForm fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.pdfbox.pdmodel.interactive.form PDAcroForm.

The text is from its open source code.

Constructor

Method

COSDictionarygetCOSObject()
PDFieldgetField(String fullyQualifiedName)
This will get a field by name, possibly using the cache if setCache is true.
ListgetFields()
This will return all of the documents root fields.
booleangetNeedAppearances()
True if the viewing application should construct the appearances of all field widgets.
PDXFAResourcegetXFA()
Get the XFA resource, the XFA resource is only used for PDF 1.5+ forms.
voidsetFields(List fields)
Set the documents root fields.