fields property

List<PdfFormField> fields
final

The list of form fields extracted from the PDF.

Use AcroFormParser.extractFields to get this list.

Implementation

final List<PdfFormField> fields;