|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
SignatureField holds a signature field.
| Method Summary | |
boolean |
clearSignature()
Clears this signature, if the field has been signed. |
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 |
setSignDateTime(Date signDateTime)
Sets the signature date and time from a Java date object. |
void |
setSignLocation(String signLocation)
Sets the signature location. |
void |
setSignName(String signName)
Sets the signature name. |
void |
setSignReason(String signReason)
Sets the signature reason. |
| Methods inherited from interface com.qoppa.pdf.form.FormField |
addFieldListener, addKeyListener, addMouseListener, flattenField, getAltFieldName, getFieldName, getFieldTypeDesc, getFullFieldName, getMapFieldName, getUserName, getWidgets, isNoExport, isReadOnly, isRequired, removeFieldListener, reset, setAltFieldName, setComponentVisible, setFieldFlags, setFieldName, setHidden, setMapFieldName, setNoExport, setPrintable, setReadOnly, setRequired, setUserName |
| Method Detail |
public Date getSignDateTime()
public String getSignLocation()
public String getSignName()
public String getSignReason()
public void setSignDateTime(Date signDateTime)
throws PDFException
PDFException
public void setSignLocation(String signLocation)
throws PDFException
PDFException
public void setSignName(String signName)
throws PDFException
PDFException
public void setSignReason(String signReason)
throws PDFException
PDFExceptionpublic SignatureValidity getSignatureValidity()
public boolean hasBeenSigned()
public boolean isSignAuthor()
public boolean clearSignature()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||