DynamicPDF by ceTe Software

com.cete.dynamicpdf.merger.forms
Class MergeForm

java.lang.Object
  |
  +--com.cete.dynamicpdf.Resource
        |
        +--com.cete.dynamicpdf.forms.Form
              |
              +--com.cete.dynamicpdf.merger.forms.MergeForm

public class MergeForm
extends Form

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

MergeForm

public MergeForm()
Creates a new instance of MergeForm class.

Method Detail

drawDictionary

protected void drawDictionary(DocumentWriter writer)
Draws the merged form's dictionary entries to the given DocumentWriter object.

Overrides:
drawDictionary in class Form
Parameters:
writer - DocumentWriter object to receive the output.
See Also:
DocumentWriter

getDefaultResources

public Resource getDefaultResources()
Gets the default Resource for the form.

See Also:
Resource

setDefaultResources

public void setDefaultResources(Resource value)
Sets the default Resource for the form.

Parameters:
value - Resource needs to be set.
See Also:
Resource

getDefaultAppearance

public java.lang.String getDefaultAppearance()
Gets the default appearance for the form.


setDefaultAppearance

public void setDefaultAppearance(java.lang.String value)
Sets the default appearance for the form.


DynamicPDF by ceTe Software

API Reference for DynamicPDF™ for Java generated on December 20, 2005
© Copyright 2005, ceTe Software