VerifyBarcodeOptions, VerifyQRCodeOptionspublic class VerifyTextOptions extends VerifyOptions
| Modifier and Type | Class | Description |
|---|---|---|
static class |
VerifyTextOptions.MatchTypeEnum |
Get or set text match type verification.
|
OptionsBase.SignatureTypeEnum| Constructor | Description |
|---|---|
VerifyTextOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
VerifyTextOptions.MatchTypeEnum |
getMatchType() |
Get or set text match type verification.
|
String |
getText() |
Specify text of signature if it should be verified
|
int |
hashCode() |
|
VerifyTextOptions |
matchType(VerifyTextOptions.MatchTypeEnum matchType) |
|
void |
setMatchType(VerifyTextOptions.MatchTypeEnum matchType) |
|
void |
setText(String text) |
|
VerifyTextOptions |
text(String text) |
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitallPages, getAllPages, getPage, getPagesSetup, getSignatureType, page, pagesSetup, setAllPages, setPage, setPagesSetup, setSignatureType, signatureTypepublic VerifyTextOptions text(String text)
public String getText()
public void setText(String text)
public VerifyTextOptions matchType(VerifyTextOptions.MatchTypeEnum matchType)
public VerifyTextOptions.MatchTypeEnum getMatchType()
public void setMatchType(VerifyTextOptions.MatchTypeEnum matchType)
public boolean equals(Object o)
equals in class VerifyOptionspublic int hashCode()
hashCode in class VerifyOptionspublic String toString()
toString in class VerifyOptionsCopyright © 2025. All rights reserved.