FF_NOEXPORT, FF_READONLY, FF_REQUIRED, TYPE_BUTTON, TYPE_CHECKBOX, TYPE_COMBOBOX, TYPE_LISTBOX, TYPE_RADIOBUTTON, TYPE_SIGNATURE, TYPE_TEXT
Modifier and Type | Method and Description |
---|---|
boolean |
addVerificationInformation()
Add verification information related to this signature.
|
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.
|
String |
getSignContactInfo()
Returns the contact information used in the signature.
|
String |
getSignCustomProperty(String key)
This method can be used to retrieve the values of custom properties in the signature dictionary.
|
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.
|
addFieldListener, addKeyListener, addMouseListener, flattenField, getAltFieldName, getFieldFlags, 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
Date getSignDateTime()
String getSignLocation()
String getSignName()
String getSignReason()
SignatureValidity getSignatureValidity()
boolean hasBeenSigned()
boolean isSignAuthor()
boolean clearSignature()
String getCustomProperty(String key) throws PDFException
key
- The key for the custom property in the signature field dictionary.PDFException
getSignCustomProperty(String)
void setCustomProperty(String key, String value) throws PDFException
key
- A unique key for the custom propertyvalue
- The vale of the custom propertyPDFException
String getSignCustomProperty(String key) throws PDFException
key
- The key for the custom property in the signature dictionary.PDFException
getCustomProperty(String)
String getSignContactInfo()
boolean addVerificationInformation() throws PDFException, IOException
PDFException
IOException