public interface ISignatureSet extends java.lang.Iterable<ISignature>
| Modifier and Type | Method and Description |
|---|---|
ISignature |
addNonVisibleSignature()
Creates a signature packet when digitally signing a document.
|
ISignature |
addSignatureLine(IWorksheet worksheet,
double left,
double top)
Adds lines to a document where signatures are collected.
|
ISignature |
addSignatureLine(IWorksheet worksheet,
double left,
double top,
double width)
Adds lines to a document where signatures are collected.
|
ISignature |
addSignatureLine(IWorksheet worksheet,
double left,
double top,
double width,
double height)
Adds lines to a document where signatures are collected.
|
ISignature |
get(int index) |
boolean |
getCanAddSignatureLine()
Gets a Boolean value indicating whether you can add a signature
line to a document.
|
int |
getCount() |
IWorkbook |
getParent()
Returns the Parent object for the specified object.
|
boolean |
getSkipCertificateValidationOnExporting()
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.
|
boolean getCanAddSignatureLine()
IWorkbook getParent()
ISignature addNonVisibleSignature()
ISignature addSignatureLine(IWorksheet worksheet, double left, double top, double width)
worksheet - The worksheet that the signature line shape will be added
to.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.ISignature addSignatureLine(IWorksheet worksheet, double left, double top)
worksheet - The worksheet that the signature line shape will be added
to.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.ISignature addSignatureLine(IWorksheet worksheet, double left, double top, double width, double height)
worksheet - The worksheet that the signature line shape will be added
to.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.boolean getSkipCertificateValidationOnExporting()
void setSkipCertificateValidationOnExporting(boolean value)
int getCount()
ISignature get(int index)