Class PDFieldTree
- java.lang.Object
-
- com.tom_roush.pdfbox.pdmodel.interactive.form.PDFieldTree
-
-
Constructor Summary
Constructors Constructor Description PDFieldTree(PDAcroForm acroForm)Constructor for reading.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<PDField>iterator()Returns an iterator which walks all fields in the tree, in order.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
PDFieldTree
public PDFieldTree(PDAcroForm acroForm)
Constructor for reading.- Parameters:
acroForm- the AcroForm containing the fields.
-
-