pdftron.PDF
Class FieldIterator

java.lang.Object
  extended by pdftron.Common.PDFNetIterator
      extended by pdftron.PDF.FieldIterator
All Implemented Interfaces:
java.lang.Cloneable, java.util.Iterator

public class FieldIterator
extends PDFNetIterator

FieldIterator is an iterator type that can be used to traverse a list form fields in a PDF document. For more information, please PDFDoc.getFieldIterator().


Method Summary
 java.lang.Object clone()
           
 java.lang.Object next()
          Advances the iterator to the next element of the collection.
 
Methods inherited from class pdftron.Common.PDFNetIterator
Destroy, hasNext, remove
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

next

public java.lang.Object next()
Description copied from class: PDFNetIterator
Advances the iterator to the next element of the collection.

Specified by:
next in interface java.util.Iterator
Specified by:
next in class PDFNetIterator
Returns:
the next object

clone

public java.lang.Object clone()
Specified by:
clone in class PDFNetIterator


© 2002-2011 PDFTron Systems Inc.