VerifyBarcodeOptions
, VerifyQRCodeOptions
public 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(java.lang.Object o) |
|
VerifyTextOptions.MatchTypeEnum |
getMatchType() |
Get or set text match type verification.
|
java.lang.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(java.lang.String text) |
|
VerifyTextOptions |
text(java.lang.String text) |
|
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
allPages, getAllPages, getPage, getPagesSetup, getSignatureType, page, pagesSetup, setAllPages, setPage, setPagesSetup, setSignatureType, signatureType
public VerifyTextOptions text(java.lang.String text)
public java.lang.String getText()
public void setText(java.lang.String text)
public VerifyTextOptions matchType(VerifyTextOptions.MatchTypeEnum matchType)
public VerifyTextOptions.MatchTypeEnum getMatchType()
public void setMatchType(VerifyTextOptions.MatchTypeEnum matchType)
public boolean equals(java.lang.Object o)
equals
in class VerifyOptions
public int hashCode()
hashCode
in class VerifyOptions
public java.lang.String toString()
toString
in class VerifyOptions
Copyright © 2021. All rights reserved.