EasyPDF Java SDK
v5.1

com.bcl.easypdf.EasyPDFDocument
Class IFormField

java.lang.Object
  extended by com.bcl.easypdf.EasyPDFDocument.IFormField
Direct Known Subclasses:
IChoiceField, ITextField

public class IFormField
extends java.lang.Object

An IFormField object represents a form field.


Method Summary
 boolean getModified()
          Checks if the form field value is modified.
 java.lang.String getName()
          Returns form filed name.
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
                         throws EasyPDFException
Returns form filed name.

Throws:
EasyPDFException

getType

public int getType()
            throws EasyPDFException
Returns:
one of the valued defined in docFormFieldType
Throws:
EasyPDFException
See Also:
docFormFieldType

getModified

public boolean getModified()
                    throws EasyPDFException
Checks if the form field value is modified.

Throws:
EasyPDFException

EasyPDF Java SDK
v5.1

Copyright 2007 BCL Technologies. All rights reserved.