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.
  • Field Details

    • LOG

      private static final org.apache.commons.logging.Log LOG
    • acroForm

      private final PDAcroForm acroForm
  • Constructor Details

    • PDFieldTree

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