| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Form
 Provides access to form data available in a PDF document.  Currently, the only
 implementation of this interface is AcroForm,
 which represents form data held in an interactive 'AcroForm' embedded in some PDF
 documents.
 
 Conceptually, Form objects are collections of key/value pairs,
 represented by FormField objects.
 
| Method Summary | |
|---|---|
|  FormField | getField(java.lang.String fieldName)Returns the FormField held by this form with the given name. | 
|  java.util.Enumeration | getFieldNames()Returns an Enumerationof the field names of all of the fields held by this form. | 
|  java.util.Iterator | iterator()Returns an Iterator that iterates over all of the FormFieldinstances held by this Form. | 
| Method Detail | 
|---|
FormField getField(java.lang.String fieldName)
FormField instances is implementation-dependant.
java.util.Enumeration getFieldNames()
Enumeration of the field names of all of the fields held by this form.
 Such field names are of the same type used by the Form's getField(String)
 implementation.
java.util.Iterator iterator()
FormField instances held by this Form.
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||