DynamicPDF by ceTe Software

com.cete.dynamicpdf.merger.forms
Class PdfFormFieldList

java.lang.Object
  extended by 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 size()
          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

size

public int size()
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 v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software