public abstract class SignOptions extends Object
Represents the signature options.
Modifier and Type | Method and Description |
---|---|
BaseSignature |
addSignature(Object... args) |
boolean |
getAllPages()
Put signature on all document pages.
|
SignatureAppearance |
getAppearance()
Additional signature appearance.
|
int |
getDocumentType()
Get or set the Document Type of the Signature Options
DocumentType |
List<SignatureExtension> |
getExtensions()
Signature Extensions.
|
int |
getPageNumber()
Gets or sets document page number for signing.
|
PagesSetup |
getPagesSetup()
Options to specify pages to be signed.
|
int |
getSignatureType()
Get the Signature Type
SignatureType |
void |
setAllPages(boolean value)
Put signature on all document pages.
|
void |
setAppearance(SignatureAppearance value)
Additional signature appearance.
|
void |
setDocumentType(int value)
Get or set the Document Type of the Signature Options
DocumentType |
void |
setExtensions(List<SignatureExtension> value)
Signature Extensions.
|
void |
setPageNumber(int value)
Gets or sets document page number for signing.
|
void |
setPagesSetup(PagesSetup value)
Options to specify pages to be signed.
|
String |
toString()
Override string conversion.
|
public BaseSignature addSignature(Object... args) throws Exception
Exception
public boolean getAllPages()
Put signature on all document pages.
public final SignatureAppearance getAppearance()
Additional signature appearance.
public final int getDocumentType()
Get or set the Document Type of the Signature Options DocumentType
public final List<SignatureExtension> getExtensions()
Signature Extensions.
public int getPageNumber()
Gets or sets document page number for signing. Minimal and default value is 1.
public PagesSetup getPagesSetup()
Options to specify pages to be signed.
public final int getSignatureType()
Get the Signature Type SignatureType
public void setAllPages(boolean value)
Put signature on all document pages.
public final void setAppearance(SignatureAppearance value)
Additional signature appearance.
public final void setDocumentType(int value)
Get or set the Document Type of the Signature Options DocumentType
public void setExtensions(List<SignatureExtension> value)
Signature Extensions.
public void setPageNumber(int value)
Gets or sets document page number for signing. Minimal and default value is 1.
public void setPagesSetup(PagesSetup value)
Options to specify pages to be signed.