EasyPDF Java SDK
v5.1

com.bcl.easypdf.EasyPDFDocument
Class ITextField

java.lang.Object
  extended by com.bcl.easypdf.EasyPDFDocument.IFormField
      extended by com.bcl.easypdf.EasyPDFDocument.ITextField

public class ITextField
extends IFormField

This class represents a text field.


Method Summary
 int getMaxLen()
          Returns the maximum number of characters in the text.
 boolean getMultiline()
          Checks if the text field contains multiple lines.
 boolean getPassword()
          Checks if the text field is for entering password.
 java.lang.String getValue()
          Returns the text field's value.
 void setValue(java.lang.String newVal)
          Sets the text field's value.
 
Methods inherited from class com.bcl.easypdf.EasyPDFDocument.IFormField
getModified, getName, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValue

public java.lang.String getValue()
                          throws EasyPDFException
Returns the text field's value.

Throws:
EasyPDFException

setValue

public void setValue(java.lang.String newVal)
              throws EasyPDFException
Sets the text field's value.

Throws:
EasyPDFException

getMaxLen

public int getMaxLen()
              throws EasyPDFException
Returns the maximum number of characters in the text.

Throws:
EasyPDFException

getMultiline

public boolean getMultiline()
                     throws EasyPDFException
Checks if the text field contains multiple lines.

Throws:
EasyPDFException

getPassword

public boolean getPassword()
                    throws EasyPDFException
Checks if the text field is for entering password.

Throws:
EasyPDFException

EasyPDF Java SDK
v5.1

Copyright 2007 BCL Technologies. All rights reserved.