CertificateSearchOptions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.signature.options.OptionsExtensions, com.groupdocs.signature.options.search.SearchOptions
public class CertificateSearchOptions extends SearchOptions
Represents search options for Certificate metadata signatures.
Learn more
| Constructor | Description |
|---|---|
| CertificateSearchOptions() | Initializes a new instance of the TextSearchOptions class with default values. |
| CertificateSearchOptions(String text) | Initializes a new instance of the TextSearchOptions class with text value. |
| Method | Description |
|---|---|
| getText() | Specifies certificate property text to match on searching. |
| setText(String value) | Specifies certificate property text to match on searching. |
| getMatchType() | Gets or sets text match type search. |
| setMatchType(int value) | Gets or sets text match type search. |
public CertificateSearchOptions()
Initializes a new instance of the TextSearchOptions class with default values.
public CertificateSearchOptions(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 certificate property text to match on searching.
Returns: java.lang.String
public final void setText(String value)
Specifies certificate property 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 |
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.