Class PDFieldTree

java.lang.Object
org.apache.pdfbox.pdmodel.interactive.form.PDFieldTree
All Implemented Interfaces:
Iterable<PDField>

public class PDFieldTree extends Object implements Iterable<PDField>
The field tree.
  • Constructor Details

    • PDFieldTree

      public PDFieldTree(PDAcroForm acroForm)
      Constructor for reading.
      Parameters:
      acroForm - the AcroForm containing the fields.
  • Method Details