CertificateSearchOptions
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. |
Methods
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. |
CertificateSearchOptions()
public CertificateSearchOptions()
Initializes a new instance of the TextSearchOptions class with default values.
CertificateSearchOptions(String text)
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. |
getText()
public final String getText()
Specifies certificate property text to match on searching.
Returns: java.lang.String
setText(String value)
public final void setText(String value)
Specifies certificate property text to match on searching.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
getMatchType()
public final int getMatchType()
Gets or sets text match type search.
Returns: int
setMatchType(int value)
public final void setMatchType(int value)
Gets or sets text match type search.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |