TextSearchOptions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.signature.options.OptionsExtensions, com.groupdocs.signature.options.search.SearchOptions
public class TextSearchOptions extends SearchOptions
Represents search options for Text signatures.
| Constructor | 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. |
| Method | Description |
|---|---|
| getText() | Specifies signature text to match on searching. |
| setText(String value) | Specifies signature text to match on searching. |
| getMatchType() | Gets or sets text match type search. |
| setMatchType(int value) | Gets or sets text match type search. |
| getSignatureImplementation() | Specifies text signature implementation to search. |
| setSignatureImplementation(Integer value) | Specifies text signature implementation to search. |
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.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| text | java.lang.String | Set Text of Text signature. |
public final String getText()
Specifies signature text to match on searching.
Returns: java.lang.String
public final void setText(String value)
Specifies signature text to match on searching.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
public final int getMatchType()
Gets or sets text match type search.
Returns: int
public final void setMatchType(int value)
Gets or sets text match type search.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public final Integer getSignatureImplementation()
Specifies text signature implementation to search.
Returns: java.lang.Integer
public final void setSignatureImplementation(Integer value)
Specifies text signature implementation to search.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.Integer |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.