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.

Licensing:
This class is a DynamicPDF Merger Standard Edition feature. One of the following licenses is required for non-evaluation usage:


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 DynamicPDFTM v4.0.1 for Java generated on October 06, 2006
© Copyright 2006, ceTe Software