Name | Description | |
---|---|---|
addNonVisibleSignature | Creates a signature packet when digitally signing a document. The signature will be discarded if you save the workbook without signing it. | |
addSignatureLine | Overloaded. Adds lines to a document where signatures are collected. Only the "Microsoft Office signature line" is supported. Other signature line providers, such as stamp signatures, are not supported. | |
get | Gets the signature at the specified index in the signature set. | |
getCanAddSignatureLine | Gets a Boolean value indicating whether you can add a signature line to a document. Read-only. | |
getCount | Gets the number of signatures in the signature set. | |
getParent | Returns the Parent object for the specified object. | |
getSkipCertificateValidationOnExporting | Gets whether the validation of the attached digital certificate of the signed signature should be skipped when exporting signed signatures. The default value is true. If certificate validation is skipped, the certificate will be treated as valid. This is the default behavior. Otherwise, the certificate will be validated with X.509 chain. | |
setSkipCertificateValidationOnExporting | Sets whether the validation of the attached digital certificate of the signed signature should be skipped when exporting signed signatures. The default value is true. If certificate validation is skipped, the certificate will be treated as valid. This is the default behavior. Otherwise, the certificate will be validated with X.509 chain. |