|
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.SignatureField
Class provides the base class representing a signature field.
| Constructor Summary | |
protected |
SignatureField(java.lang.String name,
FormFieldFlags flags)
Creates a new instance of SignatureField. |
| Method Summary | |
protected void |
drawDictionary(DocumentWriter writer)
Draws the signature field's dictionary entries to the given DocumentWriter object. |
| Methods inherited from class com.cete.dynamicpdf.forms.FormField |
draw, getAlternateName, getAnnotation, getChildFields, getFlags, getForm, getFullName, getMappingName, getName, getParent, getRequiredPdfObjects, getValue, hasChildFields, hasValue, inheritsName, inheritsValue, isReadOnly, setAlternateName, setAnnotation, setMappingName, setName, setReadOnly, setValue |
| 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 |
protected SignatureField(java.lang.String name,
FormFieldFlags flags)
SignatureField.
name - Name of the signature field.flags - The flags for the signature field.SignatureField| Method Detail |
protected void drawDictionary(DocumentWriter writer)
DocumentWriter object.
drawDictionary in class FormFieldwriter - 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 | |||||||||