public abstract class VerifyTextOptions extends VerifyOptions
Verify Text Options - keeps options to verify Text Signature of Document.
Constructor and Description |
---|
VerifyTextOptions(int verificationType) |
Modifier and Type | Method and Description |
---|---|
int |
getMatchType()
Get or set Text Match Type verification.
|
String |
getText()
Specify Signature Text if it should be verified.
|
boolean |
getVerifyAllPages()
Flag to verify each Document Page.
|
void |
setMatchType(int value)
Get or set Text Match Type verification.
|
void |
setText(String value)
Specify Signature Text if it should be verified.
|
void |
setVerifyAllPages(boolean value)
Flag to verify each Document Page.
|
String |
toString()
Overrides conversion to string.
|
getDocumentPageNumber, getExtensions, getPagesSetup, getVerifyPages, isValid, setDocumentPageNumber, setExtensions, setPagesSetup, setValid
public final int getMatchType()
Get or set Text Match Type verification.
public final String getText()
Specify Signature Text if it should be verified.
public boolean getVerifyAllPages()
Flag to verify each Document Page.
public final void setMatchType(int value)
Get or set Text Match Type verification.
public final void setText(String value)
Specify Signature Text if it should be verified.
public void setVerifyAllPages(boolean value)
Flag to verify each Document Page.
public String toString()
Overrides conversion to string.
toString
in class VerifyOptions
Copyright © 2019. All rights reserved.