public abstract class BaseSignature extends Object
Describes base class for signatures.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object signature)
Overwrites Equals method to compare signature properties
|
Date |
getCreatedOn()
Get or set the signature creation date.
|
boolean |
getDeleted()
Get or set flag to indicate if this signature was deleted from the document.
|
int |
getHeight()
Specifies height of signature.
|
int |
getLeft()
Specifies left position of signature.
|
Date |
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.
|
int |
getSignatureType()
Specifies the type of signature.
|
int |
getTop()
Specifies top position of signature.
|
int |
getWidth()
Specifies width of signature.
|
int |
hashCode()
Overrides GetHashCode method
|
boolean |
isSignature()
Get or set flag to indicate if this component is Signature or document content.
|
void |
setCreatedOn(Date value)
Get or set the signature creation date.
|
void |
setHeight(int value)
Specifies height of signature.
|
void |
setLeft(int value)
Specifies left position of signature.
|
void |
setModifiedOn(Date value)
Get or set the signature modification date.
|
void |
setPageNumber(Integer value)
Specifies the page signature was found on.
|
void |
setSignature(boolean value)
Get or set flag to indicate if this component is Signature or document content.
|
void |
setTop(int value)
Specifies top position of signature.
|
void |
setWidth(int value)
Specifies width of signature.
|
boolean |
supportMetaInfoLayer() |
String |
toString() |
public boolean equals(Object signature)
Overwrites Equals method to compare signature properties
public final Date getCreatedOn()
Get or set the signature creation date.
public final boolean getDeleted()
Get or set flag to indicate if this signature was deleted from the document. This property is being used only for document history log records to keep the list of deleted signatures.
public final int getHeight()
Specifies height of signature.
public final int getLeft()
Specifies left position of signature.
public final Date getModifiedOn()
Get or set the signature modification date.
public final Integer getPageNumber()
Specifies the page signature was found on.
public final String getSignatureId()
Unique signature identifier to modify signature in the document over Update or Delete methods. This property will be set automatically after Sign or Search method being called. If this property was saved before it can be set manually to manipulate the signature.
public final int getSignatureType()
Specifies the type of signature. Digital signature will have this property.
public final int getTop()
Specifies top position of signature.
public final int getWidth()
Specifies width of signature.
public int hashCode()
Overrides GetHashCode method
public final boolean isSignature()
Get or set flag to indicate if this component is Signature or document content. This property is being used with Update method to set element as signature (true) or document element (false).
public final void setCreatedOn(Date value)
Get or set the signature creation date.
public final void setHeight(int value)
Specifies height of signature.
public final void setLeft(int value)
Specifies left position of signature.
public final void setModifiedOn(Date value)
Get or set the signature modification date.
public final void setPageNumber(Integer value)
Specifies the page signature was found on.
public final void setSignature(boolean value)
Get or set flag to indicate if this component is Signature or document content. This property is being used with Update method to set element as signature (true) or document element (false).
public final void setTop(int value)
Specifies top position of signature.
public final void setWidth(int value)
Specifies width of signature.
public boolean supportMetaInfoLayer()