|
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.Form
|
+--com.cete.dynamicpdf.merger.forms.MergeForm
This class is used to set several different form field's values.
View Example
| Constructor Summary | |
MergeForm()
Creates a new instance of MergeForm class. |
|
| Method Summary | |
protected void |
drawDictionary(DocumentWriter writer)
Draws the merged form's dictionary entries to the given DocumentWriter object. |
java.lang.String |
getDefaultAppearance()
Gets the default appearance for the form. |
Resource |
getDefaultResources()
Gets the default Resource for the form. |
void |
setDefaultAppearance(java.lang.String value)
Sets the default appearance for the form. |
void |
setDefaultResources(Resource value)
Sets the default Resource for the form. |
| Methods inherited from class com.cete.dynamicpdf.forms.Form |
draw, getCalculationOrder, getDefaultAlign, getFields, getRequiredLicenseLevel, getRequiredPdfObjects, getSignatureFlags, getTextFields, isReadOnly, needsAppearances, requireLicense, setDefaultAlign, setNeedsAppearances, setReadOnly, setSignatureFlags |
| 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 |
| Constructor Detail |
public MergeForm()
MergeForm class.
| Method Detail |
protected void drawDictionary(DocumentWriter writer)
DocumentWriter object.
drawDictionary in class Formwriter - DocumentWriter object to receive the output.DocumentWriterpublic Resource getDefaultResources()
Resource for the form.
Resourcepublic void setDefaultResources(Resource value)
Resource for the form.
value - Resource needs to be set.Resourcepublic java.lang.String getDefaultAppearance()
public void setDefaultAppearance(java.lang.String value)
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||