|
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.forms.FormCalculationOrder
Class represents a PDF forms calculation order.
| Method Summary | |
int |
add(FormField formField)
Adds a form field to the calculation order. |
FormField |
getFormField(int index)
Gets a text form field by index. |
java.util.Iterator |
getIterator()
Returns an Iterator that can iterate through the FormFieldList. |
int |
getSize()
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 |
public int getSize()
public FormField getFormField(int index)
public java.util.Iterator getIterator()
FormFieldList.
FormFieldList.FormFieldListpublic int add(FormField formField)
formField - FormField object to add.
FormField
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||