Class PDFieldTree
java.lang.Object
org.apache.pdfbox.pdmodel.interactive.form.PDFieldTree
The field tree.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final classIterator which walks all fields in the tree, in order. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final PDAcroFormprivate static final org.apache.commons.logging.Log -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
LOG
private static final org.apache.commons.logging.Log LOG -
acroForm
-
-
Constructor Details
-
PDFieldTree
Constructor for reading.- Parameters:
acroForm- the AcroForm containing the fields.
-
-
Method Details