DynamicPDF by ceTe Software

com.cete.dynamicpdf.merger.forms
Class PdfTextField

java.lang.Object
  extended by com.cete.dynamicpdf.merger.forms.PdfFormField
      extended by 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
 boolean getComb()
           
 java.lang.String getDefaultValue()
          Gets the default value of the form field.
 boolean getDoNotScroll()
           
 boolean getDoNotSpellCheck()
           
 boolean getFileSelect()
           
 Font getFont()
          Gets the font for the font of the text field.
 int getMaximumLength()
          Gets the maximum length of the text field.
 boolean getMultiline()
           
 boolean getPassword()
           
 boolean getRichText()
           
 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, createLabel, createLabel, getAlign, getBackgroundColor, getBorderColor, getBorderStyle, getChildFields, getCombo, getCommitOnSelChange, getEdit, getExportValue, getFlags, getFontSize, getForm, getFullName, getHeight, getMultiSelect, getName, getNoExport, getNone, getNoToggleToOff, getOriginalPageNumber, getParent, getPushbutton, getRadio, getRadiosInUnison, getReadOnly, getRequired, getRotate, getSort, getTextColor, getWidth, getX, getY, hasChildFields, positionPageElement, setFont, setFontSize
 
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.

getDefaultValue

public java.lang.String getDefaultValue()
Gets the default value of the form field.

Overrides:
getDefaultValue in class PdfFormField
Returns:
The default value of the form 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.

getFont

public Font getFont()
Gets the font for the font of the text field.

Overrides:
getFont in class PdfFormField
Returns:
the font for the font of the text field.

getMultiline

public boolean getMultiline()
Overrides:
getMultiline in class PdfFormField
Returns:
the multi line property of the text field.

getPassword

public boolean getPassword()
Overrides:
getPassword in class PdfFormField
Returns:
the password property of the text field.

getFileSelect

public boolean getFileSelect()
Overrides:
getFileSelect in class PdfFormField
Returns:
the file select property of the text field.

getDoNotSpellCheck

public boolean getDoNotSpellCheck()
Overrides:
getDoNotSpellCheck in class PdfFormField
Returns:
the do not spell check property of the text field.

getDoNotScroll

public boolean getDoNotScroll()
Overrides:
getDoNotScroll in class PdfFormField
Returns:
the do not scroll property of the text field.

getComb

public boolean getComb()
Overrides:
getComb in class PdfFormField
Returns:
the comb property of the text field.

getRichText

public boolean getRichText()
Overrides:
getRichText in class PdfFormField
Returns:
the rich text property of the text field.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software