|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.cete.dynamicpdf.Resource
|
+--com.cete.dynamicpdf.forms.FormField
|
+--com.cete.dynamicpdf.forms.TextField
|
+--com.cete.dynamicpdf.merger.forms.MergeTextField
This class can be used to enter of edit text in a text field.
View Example
| Method Summary | |
protected void |
drawDictionary(DocumentWriter writer)
Draws the merged text field's dictionary entries to the given DocumentWriter object. |
int |
getMaximumLength()
Gets the maximum length of the merged text field. |
java.lang.String |
getValue()
Gets the value of the merged text field. |
void |
setValue(java.lang.String value)
Sets the value of the form field. |
| Methods inherited from class com.cete.dynamicpdf.forms.TextField |
hasValue |
| Methods inherited from class com.cete.dynamicpdf.forms.FormField |
draw, getAlternateName, getAnnotation, getChildFields, getFlags, getForm, getFullName, getMappingName, getName, getParent, getRequiredPdfObjects, hasChildFields, inheritsName, inheritsValue, isReadOnly, setAlternateName, setAnnotation, setMappingName, setName, setReadOnly |
| Methods inherited from class com.cete.dynamicpdf.Resource |
getUid, newUid |
| 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()
getValue in class FormFieldpublic void setValue(java.lang.String value)
FormField
setValue in class FormFieldvalue - The value of the form field.public int getMaximumLength()
getMaximumLength in class TextFieldprotected void drawDictionary(DocumentWriter writer)
DocumentWriter object.
drawDictionary in class TextFieldwriter - DocumentWriter object to receive the output.DocumentWriter
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||