Modifier and Type | Class and Description |
---|---|
private static class |
PDFieldTree.FieldIterator
Iterator which walks all fields in the tree, in order.
|
Modifier and Type | Field and Description |
---|---|
private PDAcroForm |
acroForm |
Constructor and Description |
---|
PDFieldTree(PDAcroForm acroForm)
Constructor for reading.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<PDField> |
iterator()
Returns an iterator which walks all fields in the tree, in order.
|
private final PDAcroForm acroForm
public PDFieldTree(PDAcroForm acroForm)
acroForm
- the AcroForm containing the fields.