Class PDFieldTree
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.interactive.form.PDFieldTree
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
PDFieldTree.FieldIterator
Iterator which walks all fields in the tree, in order.
-
Field Summary
Fields Modifier and Type Field Description private PDAcroForm
acroForm
private static org.apache.commons.logging.Log
LOG
-
Constructor Summary
Constructors Constructor Description PDFieldTree(PDAcroForm acroForm)
Constructor for reading.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<PDField>
iterator()
Returns an iterator which walks all fields in the tree, in order.
-
-
-
Field Detail
-
LOG
private static final org.apache.commons.logging.Log LOG
-
acroForm
private final PDAcroForm acroForm
-
-
Constructor Detail
-
PDFieldTree
public PDFieldTree(PDAcroForm acroForm)
Constructor for reading.- Parameters:
acroForm
- the AcroForm containing the fields.
-
-