java.lang.Objectcom.aspose.words.SignatureLine
public class SignatureLine
Property Getters/Setters Summary | ||
---|---|---|
boolean | getAllowComments() | |
void | setAllowComments(boolean value) | |
Gets or sets a value indicating that the signer can add comments in the Sign dialog. Default value for this property is false. | ||
boolean | getDefaultInstructions() | |
void | setDefaultInstructions(boolean value) | |
Gets or sets a value indicating that default instructions is shown in the Sign dialog. Default value for this property is true. | ||
java.lang.String | getEmail() | |
void | setEmail(java.lang.String value) | |
Gets or sets suggested signer's e-mail address.
Default value for this property is |
||
java.util.UUID | getId() | |
void | setId(java.util.UUID value) | |
Gets or sets identifier for this signature line.
This identifier can be associated with a digital signature, when signing document using |
||
java.lang.String | getInstructions() | |
void | setInstructions(java.lang.String value) | |
Gets or sets instructions to the signer that are displayed on signing the signature line.
This property is ignored if |
||
boolean | isSigned() | |
Indicates that signature line is signed by digital signature. | ||
boolean | isValid() | |
Indicates that signature line is signed by digital signature and this digital signature is valid. | ||
java.util.UUID | getProviderId() | |
void | setProviderId(java.util.UUID value) | |
Gets or sets signature provider identifier for this signature line. Default value is "{00000000-0000-0000-0000-000000000000}". | ||
boolean | getShowDate() | |
void | setShowDate(boolean value) | |
Gets or sets a value indicating that sign date is shown in the signature line. Default value for this property is true. | ||
java.lang.String | getSigner() | |
void | setSigner(java.lang.String value) | |
Gets or sets suggested signer of the signature line.
Default value for this property is |
||
java.lang.String | getSignerTitle() | |
void | setSignerTitle(java.lang.String value) | |
Gets or sets suggested signer's title (for example, Manager).
Default value for this property is |
Property Getters/Setters Detail |
---|
getAllowComments/setAllowComments | |
public boolean getAllowComments() / public void setAllowComments(boolean value) |
getDefaultInstructions/setDefaultInstructions | |
public boolean getDefaultInstructions() / public void setDefaultInstructions(boolean value) |
getEmail/setEmail | |
public java.lang.String getEmail() / public void setEmail(java.lang.String value) |
getId/setId | |
public java.util.UUID getId() / public void setId(java.util.UUID value) |
This identifier can be associated with a digital signature, when signing document using
getInstructions/setInstructions | |
public java.lang.String getInstructions() / public void setInstructions(java.lang.String value) |
isSigned | |
public boolean isSigned() |
isValid | |
public boolean isValid() |
getProviderId/setProviderId | |
public java.util.UUID getProviderId() / public void setProviderId(java.util.UUID value) |
The cryptographic service provider (CSP) is an independent software module that actually performs cryptography algorithms for authentication, encoding, and encryption. MS Office reserves the value of {00000000-0000-0000-0000-000000000000} for its default signature provider.
The GUID of the additionally installed provider should be obtained from the documentation shipped with the provider.
In addition, all the installed cryptographic providers are enumerated in windows registry. It can be found in the following path: HKLM\SOFTWARE\Microsoft\Cryptography\Defaults\Provider. There is a key name "CP Service UUID" which corresponds to a GUID of signature provider.
getShowDate/setShowDate | |
public boolean getShowDate() / public void setShowDate(boolean value) |
getSigner/setSigner | |
public java.lang.String getSigner() / public void setSigner(java.lang.String value) |
getSignerTitle/setSignerTitle | |
public java.lang.String getSignerTitle() / public void setSignerTitle(java.lang.String value) |