public class TextSearchOptions extends SearchOptions
Represents search options for Text signatures.
Constructor and Description |
---|
TextSearchOptions()
Initializes a new instance of the TextSearchOptions class with default values.
|
TextSearchOptions(String text)
Initializes a new instance of the TextSearchOptions class with text value.
|
Modifier and Type | Method and Description |
---|---|
int |
getMatchType()
Gets or sets text match type search.
|
Integer |
getSignatureImplementation()
Specifies text signature implementation to search.
|
String |
getText()
Specifies signature text to match on searching.
|
void |
setMatchType(int value)
Gets or sets text match type search.
|
void |
setSignatureImplementation(Integer value)
Specifies text signature implementation to search.
|
void |
setText(String value)
Specifies signature text to match on searching.
|
getAllPages, getPageNumber, getPagesSetup, getSkipExternal, setAllPages, setPageNumber, setPagesSetup, setSkipExternal, toString
public TextSearchOptions()
Initializes a new instance of the TextSearchOptions class with default values.
public TextSearchOptions(String text)
Initializes a new instance of the TextSearchOptions class with text value.
text
- Set Text of Text signature.public final int getMatchType()
Gets or sets text match type search.
public final Integer getSignatureImplementation()
Specifies text signature implementation to search.
public final String getText()
Specifies signature text to match on searching.
public final void setMatchType(int value)
Gets or sets text match type search.
public final void setSignatureImplementation(Integer value)
Specifies text signature implementation to search.
public final void setText(String value)
Specifies signature text to match on searching.