TYPE_BUTTON, TYPE_CHECKBOX, TYPE_COMBOBOX, TYPE_LISTBOX, TYPE_RADIOBUTTON, TYPE_SIGNATURE, TYPE_TEXT
Modifier and Type | Method and Description |
---|---|
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.
|
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
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 propertyPDFException
void setCustomProperty(String key, String value) throws PDFException
key
- A unique key for the custom propertyvalue
- The vale of the custom propertyPDFException