|
EasyPDF Java SDK v5.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bcl.easypdf.EasyPDFDocument.IFormField
com.bcl.easypdf.EasyPDFDocument.ITextField
public class ITextField
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 |
|---|
public java.lang.String getValue()
throws EasyPDFException
EasyPDFException
public void setValue(java.lang.String newVal)
throws EasyPDFException
EasyPDFException
public int getMaxLen()
throws EasyPDFException
EasyPDFException
public boolean getMultiline()
throws EasyPDFException
EasyPDFException
public boolean getPassword()
throws EasyPDFException
EasyPDFException
|
EasyPDF Java SDK v5.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||