EasyPDF Java SDK
v5.1

com.bcl.easypdf.EasyPDFDocument
Class IFormFields

java.lang.Object
  extended by com.bcl.easypdf.EasyPDFDocument.IFormFields

public class IFormFields
extends java.lang.Object

This class represents form fields.


Method Summary
 int getCount()
          Returns the number of forms.
 IFormField getItem(java.lang.Object Index)
          Returns the form field of a specified item.
 boolean getModified()
          Checks if any of the form fields is modified.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getItem

public IFormField getItem(java.lang.Object Index)
                   throws EasyPDFException
Returns the form field of a specified item.

Throws:
EasyPDFException

getCount

public int getCount()
             throws EasyPDFException
Returns the number of forms.

Throws:
EasyPDFException

getModified

public boolean getModified()
                    throws EasyPDFException
Checks if any of the form fields is modified.

Throws:
EasyPDFException

EasyPDF Java SDK
v5.1

Copyright 2007 BCL Technologies. All rights reserved.