DynamicPDF by ceTe Software

com.cete.dynamicpdf.merger.forms
Class PdfTextField

java.lang.Object
  |
  +--com.cete.dynamicpdf.merger.forms.PdfFormField
        |
        +--com.cete.dynamicpdf.merger.forms.PdfTextField

public class PdfTextField
extends PdfFormField

Representing a text field in a PDF document.


Method Summary
 int getMaximumLength()
          Gets the maximum length of the text field.
 java.lang.String getText()
          Gets the text of the text field.
 java.lang.String getValue()
          Gets the value of a text field.
 
Methods inherited from class com.cete.dynamicpdf.merger.forms.PdfFormField
createLabel, createLabel, createLabel, createLabel, createLabel, createLabel, getChildFields, getFlags, getForm, getFullName, getHeight, getName, getOriginalPageNumber, getParent, getWidth, getX, getY, hasChildFields, positionPageElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMaximumLength

public int getMaximumLength()
Gets the maximum length of the text field.

Returns:
The maximum length of the text field.

getValue

public java.lang.String getValue()
Gets the value of a text field.

Overrides:
getValue in class PdfFormField
Returns:
A string containing the value.

getText

public java.lang.String getText()
Gets the text of the text field.

Returns:
The text of the text field.

DynamicPDF by ceTe Software

API Reference for DynamicPDF™ for Java generated on December 20, 2005
© Copyright 2005, ceTe Software