Package com.dynamicpdf.api
Class SignatureFieldInformation
java.lang.Object
com.dynamicpdf.api.SignatureFieldInformation
Represents information of a signature field.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
SignatureFieldInformation
public SignatureFieldInformation() 
 - 
 - 
Method Details
- 
getName
Gets the name of a signature field.- Returns:
 - The name of a signature field.
 
 - 
setName
Sets the name of a signature field.- Parameters:
 value- The name of a signature field.
 - 
getSigned
public boolean getSigned()Gets the boolean, indicating the field signed or not.- Returns:
 - The boolean, indicating the field signed or not.
 
 - 
setSigned
public void setSigned(boolean value)Sets the boolean, indicating the field signed or not.- Parameters:
 value- The boolean, indicating the field signed or not.
 
 -