DynamicPDF by ceTe Software

com.cete.dynamicpdf.forms
Class TextFieldList

java.lang.Object
  extended by com.cete.dynamicpdf.forms.TextFieldList

public class TextFieldList
extends java.lang.Object

Class represents a collection of text form fields.

Licensing:
Reading the values or properties of a field is a DynamicPDF Merger Standard Edition feature (for modifying field values see below). One of the following licenses is required for non-evaluation usage:

Modiying the values of the fields (i.e. form filling) is a Professional Edition Feature. One of the following licenses is required for non-evaluation usage:


Method Summary
 java.util.Iterator getIterator()
          Returns an Iterator that can iterate through the FormFieldList.
 TextField getTextField(int index)
          Gets a text form field by index.
 int size()
          Gets the number of fields in the list.
 
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 fields in the list.

Returns:
the number of elements in this list.

getTextField

public TextField getTextField(int index)
Gets a text form field by index.

Parameters:
index - the index of the field
Returns:
the element at the specified position in this list.

getIterator

public java.util.Iterator getIterator()
Returns an Iterator that can iterate through the FormFieldList.

Returns:
An Iterator for the entire FormFieldList.
See Also:
FormFieldList

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software