|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SignatureField
SignatureField holds a signature field.
| Field Summary |
|---|
| Fields inherited from interface com.qoppa.pdf.form.FormField |
|---|
TYPE_BUTTON, TYPE_CHECKBOX, TYPE_COMBOBOX, TYPE_LISTBOX, TYPE_RADIOBUTTON, TYPE_SIGNATURE, TYPE_TEXT |
| Method Summary | |
|---|---|
boolean |
clearSignature()
Clears this signature, if the field has been signed. |
String |
getCustomProperty(String key)
This method can be used to retrieve the values of custom properties in the signature field dictionary. |
SignatureValidity |
getSignatureValidity()
Returns the validity information for this signature. |
Date |
getSignDateTime()
Returns the signature date and time as a java date object. |
String |
getSignLocation()
Returns the signature location. |
String |
getSignName()
Returns the signature name. |
String |
getSignReason()
Returns the signature reason. |
boolean |
hasBeenSigned()
Returns whether this signature has already been signed or if it is an empty signature. |
boolean |
isSignAuthor()
Returns a flag indicating whether this is an author signature. |
void |
setCustomProperty(String key,
String value)
This method can be used to add additional custom properties to the signature field dictionary. |
void |
setSignDateTime(Date signDateTime)
Deprecated. This method has no effect. The signature date and time is set when a signature is applied to a document. This method will be removed in future versions. |
void |
setSignLocation(String signLocation)
Deprecated. This method has no effect. The signature location can only be set at the time of signing a document, using the SigningInformation class. This method will be removed in future versions. |
void |
setSignName(String signName)
Deprecated. This method has no effect. The signature name can only be set at the time of signing a document, using the SigningInformation class. This method will be removed in future versions. |
void |
setSignReason(String signReason)
Deprecated. This method has no effect. The signature reason can only be set at the time of signing a document, using the SigningInformation class. This method will be removed in future versions. |
| Methods inherited from interface com.qoppa.pdf.form.FormField |
|---|
addFieldListener, addKeyListener, addMouseListener, flattenField, getAltFieldName, getFieldName, getFieldTypeDesc, getFullFieldName, getKids, getMapFieldName, getTriggerActions, getUserName, getWidgets, isEmpty, isNoExport, isReadOnly, isRequired, removeFieldListener, reset, setAltFieldName, setComponentVisible, setFieldFlags, setFieldName, setHidden, setMapFieldName, setNoExport, setPrintable, setReadOnly, setRequired, setTriggerActions, setUserName |
| Method Detail |
|---|
Date getSignDateTime()
String getSignLocation()
String getSignName()
String getSignReason()
void setSignDateTime(Date signDateTime)
throws PDFException
PDFException
void setSignLocation(String signLocation)
throws PDFException
PDFException
void setSignName(String signName)
throws PDFException
PDFException
void setSignReason(String signReason)
throws PDFException
PDFExceptionSignatureValidity getSignatureValidity()
boolean hasBeenSigned()
boolean isSignAuthor()
boolean clearSignature()
String getCustomProperty(String key)
throws PDFException
key - The key for the custom property
PDFException
void setCustomProperty(String key,
String value)
throws PDFException
key - A unique key for the custom propertyvalue - The vale of the custom property
PDFException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||