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.

Licensing:
This class is a DynamicPDF Merger Standard Edition feature. One of the following licenses is required for non-evaluation usage:


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 DynamicPDFTM v4.0.3 for Java generated on March 22, 2007
© Copyright 2007, ceTe Software