BarcodeSignature, DigitalSignature, FormFieldSignature, ImageSignature, MetadataSignature, QRCodeSignature, TextSignaturepublic class Signature extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Signature.SignatureTypeEnum |
Specifies the signature type (Text, Image, Digital, Barcode, QRCode, Stamp)
|
| Constructor | Description |
|---|---|
Signature() |
| Modifier and Type | Method | Description |
|---|---|---|
Signature |
createdOn(org.threeten.bp.OffsetDateTime createdOn) |
|
boolean |
equals(Object o) |
|
org.threeten.bp.OffsetDateTime |
getCreatedOn() |
Get or set the signature creation date
|
Integer |
getHeight() |
Specifies height of signature
|
Boolean |
getIsSignature() |
Get or set flag to indicate if this component is Signature or document content.
|
Integer |
getLeft() |
Specifies left position of signature
|
org.threeten.bp.OffsetDateTime |
getModifiedOn() |
Get or set the signature modification date
|
Integer |
getPageNumber() |
Specifies the page signature was found on
|
String |
getSignatureId() |
Unique signature identifier to modify signature in the document over Update or Delete methods.
|
Signature.SignatureTypeEnum |
getSignatureType() |
Specifies the signature type (Text, Image, Digital, Barcode, QRCode, Stamp)
|
Integer |
getTop() |
Specifies top position of signature
|
Integer |
getWidth() |
Specifies width of signature
|
int |
hashCode() |
|
Signature |
height(Integer height) |
|
Signature |
isSignature(Boolean isSignature) |
|
Signature |
left(Integer left) |
|
Signature |
modifiedOn(org.threeten.bp.OffsetDateTime modifiedOn) |
|
Signature |
pageNumber(Integer pageNumber) |
|
void |
setCreatedOn(org.threeten.bp.OffsetDateTime createdOn) |
|
void |
setHeight(Integer height) |
|
void |
setIsSignature(Boolean isSignature) |
|
void |
setLeft(Integer left) |
|
void |
setModifiedOn(org.threeten.bp.OffsetDateTime modifiedOn) |
|
void |
setPageNumber(Integer pageNumber) |
|
void |
setSignatureId(String signatureId) |
|
void |
setSignatureType(Signature.SignatureTypeEnum signatureType) |
|
void |
setTop(Integer top) |
|
void |
setWidth(Integer width) |
|
Signature |
signatureId(String signatureId) |
|
Signature |
signatureType(Signature.SignatureTypeEnum signatureType) |
|
Signature |
top(Integer top) |
|
String |
toString() |
|
Signature |
width(Integer width) |
public Signature signatureType(Signature.SignatureTypeEnum signatureType)
public Signature.SignatureTypeEnum getSignatureType()
public void setSignatureType(Signature.SignatureTypeEnum signatureType)
public Integer getPageNumber()
public void setPageNumber(Integer pageNumber)
public String getSignatureId()
public void setSignatureId(String signatureId)
public Boolean getIsSignature()
public void setIsSignature(Boolean isSignature)
public Signature createdOn(org.threeten.bp.OffsetDateTime createdOn)
public org.threeten.bp.OffsetDateTime getCreatedOn()
public void setCreatedOn(org.threeten.bp.OffsetDateTime createdOn)
public Signature modifiedOn(org.threeten.bp.OffsetDateTime modifiedOn)
public org.threeten.bp.OffsetDateTime getModifiedOn()
public void setModifiedOn(org.threeten.bp.OffsetDateTime modifiedOn)
public Integer getTop()
public void setTop(Integer top)
public Integer getLeft()
public void setLeft(Integer left)
public Integer getWidth()
public void setWidth(Integer width)
public Integer getHeight()
public void setHeight(Integer height)
Copyright © 2025. All rights reserved.