| |
|
| java.lang.Object de.intarsys.pdf.cos.COSBasedObject de.intarsys.pdf.pd.PDObject de.intarsys.pdf.pd.PDAcroFormNode de.intarsys.pdf.pd.PDAcroForm
PDAcroForm | public class PDAcroForm extends PDAcroFormNode (Code) | | The logical AcroForm hosted in a PDF document.
|
DK_CO | final public static COSName DK_CO(Code) | | The name of the CalculationOrder entry.
|
DK_Fields | final public static COSName DK_Fields(Code) | | The name of the fields entry.
|
DK_NeedAppearances | final public static COSName DK_NeedAppearances(Code) | | The name of the NeedApperances entry.
|
DK_XFA | final public static COSName DK_XFA(Code) | | The name of the XFAResources entry.
|
META | final public static MetaClass META(Code) | | The meta class instance
|
checkFields | protected void checkFields()(Code) | | |
cosGetXfa | public COSObject cosGetXfa()(Code) | | The /XFA entry of this.
The /XFA entry of this. |
cosSetSigFlags | protected void cosSetSigFlags(int newFlags)(Code) | | |
getCalculationOrder | public List getCalculationOrder()(Code) | | A collection containing the PDAcroFormField objects in their calculation
order or null if no /C events are defined.
A collection containing the PDAcroFormField objects in theircalculation order or null if no /C events are defined. |
getDefaultResources | public PDResources getDefaultResources()(Code) | | The default resource dictionary.
With 1.5 this is no longer supported as an entry in field dictionaries,
only in the form itself.
The default resource dictionary. |
getGenericChildren | public List getGenericChildren()(Code) | | |
getNeedAppearances | public boolean getNeedAppearances()(Code) | | true if /NeedAppearances is set for this form.
true if /NeedAppearances is set for this form. |
getSigFlags | public AcroFormSigFlags getSigFlags()(Code) | | The flags associated with an AcroForm.
The flags associated with an AcroForm. |
invalidateCaches | public void invalidateCaches()(Code) | | |
isSignatureExists | public boolean isSignatureExists()(Code) | | true if this form has a signature field. This is NOT the
same as the flag in the SigFlags entry but may be used to compute this
entry.
true if this form has a signature field. |
isSigned | public boolean isSigned()(Code) | | true if this form has a signed signature field.
true if this form has a signed signature field. |
reconstruct | protected void reconstruct(PDDocument doc)(Code) | | This method scans the document for all WidgetAnnotation objects.
This is done because some writer do not create a correct list of all
PDAcroFormField objects in the AcroForm. In the case that the list of
children is empty, we go and search ourselve for candidates...
Parameters: doc - The document to reconstruct. |
setCalculationOrder | protected void setCalculationOrder(List newCalculationOrder)(Code) | | |
setDefaultResources | public void setDefaultResources(PDResources newResources)(Code) | | Assign the default resource dictionary to be used with the form.
Parameters: newResources - The new default resource dictionary. |
setNeedAppearances | public void setNeedAppearances(boolean newNeedAppearances)(Code) | | Set the /NeedAppearances field for the form. When true , a
viewer application is required to re-create the visual appearances for
the fields.
Parameters: newNeedAppearances - The new state for /NewwdAppearances |
Methods inherited from de.intarsys.pdf.cos.COSBasedObject | public void changed(COSObject pObject, Object slot, Object oldValue, Object newValue)(Code)(Java Doc) public COSArray cosGetArray()(Code)(Java Doc) public COSDictionary cosGetDict()(Code)(Java Doc) public COSDocument cosGetDoc()(Code)(Java Doc) public COSObject cosGetField(COSName name)(Code)(Java Doc) public COSObject cosGetObject()(Code)(Java Doc) public COSStream cosGetStream()(Code)(Java Doc) public boolean cosHasField(COSName name)(Code)(Java Doc) public COSObject cosRemoveField(COSName name)(Code)(Java Doc) public COSObject cosSetField(COSName name, COSObject cosObj)(Code)(Java Doc) public Object getAttribute(Object key)(Code)(Java Doc) public boolean getFieldBoolean(COSName name, boolean defaultValue)(Code)(Java Doc) public CDSDate getFieldDate(COSName name, CDSDate defaultValue)(Code)(Java Doc) public float getFieldFixed(COSName name, float defaultValue)(Code)(Java Doc) public float[] getFieldFixedArray(COSName name, float[] defaultValue)(Code)(Java Doc) public int getFieldInt(COSName name, int defaultValue)(Code)(Java Doc) public String getFieldMLString(COSName name, String defaultValue)(Code)(Java Doc) public String getFieldString(COSName name, String defaultValue)(Code)(Java Doc) protected void initializeFromCos()(Code)(Java Doc) protected void initializeFromScratch()(Code)(Java Doc) public void invalidateCaches()(Code)(Java Doc) public Object removeAttribute(Object key)(Code)(Java Doc) public Object setAttribute(Object key, Object value)(Code)(Java Doc) public void setFieldBoolean(COSName name, boolean value)(Code)(Java Doc) public void setFieldFixed(COSName name, float value)(Code)(Java Doc) protected void setFieldFixedArray(COSName key, float[] array)(Code)(Java Doc) public void setFieldInt(COSName name, int value)(Code)(Java Doc) public void setFieldMLString(COSName name, String value)(Code)(Java Doc) public void setFieldName(COSName name, String value)(Code)(Java Doc) public void setFieldObject(COSName name, COSBasedObject value)(Code)(Java Doc) public void setFieldString(COSName name, String value)(Code)(Java Doc) public String toString()(Code)(Java Doc)
|
|
|
|