DynamicPDF by ceTe Software

com.cete.dynamicpdf.merger.forms
Class PdfFormFieldList

java.lang.Object
  |
  +--com.cete.dynamicpdf.merger.forms.PdfFormFieldList

public class PdfFormFieldList
extends java.lang.Object

Representing a collection of form fields in a PDF document.


Method Summary
 PdfFormField getPdfFormField(int index)
          Gets a form field at the specified index in the collection.
 PdfFormField getPdfFormField(java.lang.String name)
          Gets the form field by the given name.
 int getSize()
          Gets the number of form fields in the collection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSize

public int getSize()
Gets the number of form fields in the collection.

Returns:
The number of form fields in the collection.

getPdfFormField

public PdfFormField getPdfFormField(int index)
Gets a form field at the specified index in the collection.

Parameters:
index - Integer index in the collection.
Returns:
A form field at the specified index in the collection.
See Also:
PdfFormField

getPdfFormField

public PdfFormField getPdfFormField(java.lang.String name)
Gets the form field by the given name.

Parameters:
name - Name of the form field.
Returns:
The form field by the given name.
See Also:
PdfFormField

DynamicPDF by ceTe Software

API Reference for DynamicPDF™ for Java generated on December 20, 2005
© Copyright 2005, ceTe Software