|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.cete.dynamicpdf.merger.forms.PdfFormFieldList
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()
Deprecated. As of DynamicPDF v6.0.0, replaced by PdfFormFieldList.size() |
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 |
public int getSize()
PdfFormFieldList.size()
public int size()
public PdfFormField getPdfFormField(int index)
index - Integer index in the collection.
PdfFormFieldpublic PdfFormField getPdfFormField(java.lang.String name)
name - Name of the form field.
PdfFormField
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||