接口 ISignatureSet
- 所有超级接口:
Iterable<ISignature>
A collection of Signature objects that correspond to the digital signature attached to a document.
-
方法概要
修饰符和类型方法说明Creates a signature packet when digitally signing a document.addSignatureLine
(IWorksheet worksheet, double left, double top) Adds lines to a document where signatures are collected.addSignatureLine
(IWorksheet worksheet, double left, double top, double width) Adds lines to a document where signatures are collected.addSignatureLine
(IWorksheet worksheet, double left, double top, double width, double height) Adds lines to a document where signatures are collected.get
(int index) boolean
Gets a Boolean value indicating whether you can add a signature line to a document.int
getCount()
Returns the Parent object for the specified object.boolean
Indicates whether the validation of the attached digital certificate of the signed signature should be skipped when exporting signed signatures.void
setSkipCertificateValidationOnExporting
(boolean value) Indicates whether the validation of the attached digital certificate of the signed signature should be skipped when exporting signed signatures.从接口继承的方法 java.lang.Iterable
forEach, iterator, spliterator
-
方法详细资料
-
getCanAddSignatureLine
boolean getCanAddSignatureLine()Gets a Boolean value indicating whether you can add a signature line to a document. Read-only. -
getParent
IWorkbook getParent()Returns the Parent object for the specified object. -
addNonVisibleSignature
ISignature addNonVisibleSignature()Creates a signature packet when digitally signing a document. The signature will be discarded if you save the workbook without signing it. -
addSignatureLine
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.- 参数:
worksheet
- The worksheet that the signature line shape will be addedto.left
- The left of the signature line shape.top
- The top of the signature line shape.width
- (Optional width = 192) The width of the signature line shape.- 返回:
- The created signature.
-
addSignatureLine
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.- 参数:
worksheet
- The worksheet that the signature line shape will be addedto.left
- The left of the signature line shape.top
- The top of the signature line shape.- 返回:
- The created signature.
-
addSignatureLine
ISignature addSignatureLine(IWorksheet worksheet, double left, double top, double width, double height) 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.- 参数:
worksheet
- The worksheet that the signature line shape will be addedto.left
- The left of the signature line shape.top
- The top of the signature line shape.width
- (Optional width = 192) The width of the signature line shape.height
- (Optional height = 100.5) The height of the signature line shape.- 返回:
- The created signature.
-
getSkipCertificateValidationOnExporting
boolean getSkipCertificateValidationOnExporting()Indicates 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
void setSkipCertificateValidationOnExporting(boolean value) Indicates 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. -
getCount
int getCount() -
get
-