|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.merger.forms.PdfFormField
com.cete.dynamicpdf.merger.forms.PdfTextField
public class PdfTextField
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 |
|---|
public int getMaximumLength()
public java.lang.String getDefaultValue()
getDefaultValue in class PdfFormFieldpublic java.lang.String getValue()
getValue in class PdfFormFieldpublic java.lang.String getText()
public Font getFont()
getFont in class PdfFormFieldpublic boolean getMultiline()
getMultiline in class PdfFormFieldpublic boolean getPassword()
getPassword in class PdfFormFieldpublic boolean getFileSelect()
getFileSelect in class PdfFormFieldpublic boolean getDoNotSpellCheck()
getDoNotSpellCheck in class PdfFormFieldpublic boolean getDoNotScroll()
getDoNotScroll in class PdfFormFieldpublic boolean getComb()
getComb in class PdfFormFieldpublic boolean getRichText()
getRichText in class PdfFormField
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||