TextVerifyOptions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.signature.options.verify.VerifyOptions
public class TextVerifyOptions extends VerifyOptions
Keeps options to verify document Text signature.
Learn more
- Basic usage of verification for Text signature by GroupDocs.Signature: How to eVerification QR-code signatures in a document
- Advanced usage of settings of verification for Text signature with GroupDocs.Signature: /// Advanced usage of eVerification Barcode signatures in a document and additional settings
| Constructor | Description |
|---|---|
| TextVerifyOptions() | Initializes a new instance of the TextVerifyOptions with default values. |
| TextVerifyOptions(String text) | Initializes a new instance of the TextVerifyOptions with verification text. |
| TextVerifyOptions(String text, int implementation) | Initializes a new instance of the TextVerifyOptions with Text property to verify and signature implementation. |
| Method | Description |
|---|---|
| getText() | Specify Signature Text if it should be verified. |
| setText(String value) | Specify Signature Text if it should be verified. |
| getMatchType() | Gets or sets Text Match Type verification. |
| setMatchType(int value) | Gets or sets Text Match Type verification. |
| getSignatureImplementation() | Type of Signature to be verified. |
| setSignatureImplementation(int value) | Type of Signature to be verified. |
| getFormTextFieldTitle() | Gets or sets the title of form field to verify it. |
| setFormTextFieldTitle(String value) | Gets or sets the title of form field to verify it. |
| getFormTextFieldType() | Gets or sets the type of form field to verify it. |
| setFormTextFieldType(Integer value) | Gets or sets the type of form field to verify it. |
| getSignatureID() | Specify Text Signature ID more than zero if it should be verified. |
| setSignatureID(int value) | Specify Text Signature ID more than zero if it should be verified. |
| toString() | Overrides conversion to string. |
public TextVerifyOptions()
Initializes a new instance of the TextVerifyOptions with default values.
public TextVerifyOptions(String text)
Initializes a new instance of the TextVerifyOptions with verification text.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| text | java.lang.String | Text to be verified |
public TextVerifyOptions(String text, int implementation)
Initializes a new instance of the TextVerifyOptions with Text property to verify and signature implementation.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| text | java.lang.String | Text to be verified. |
| implementation | int | Signature Implementation type. |
public final String getText()
Specify Signature Text if it should be verified.
Returns: java.lang.String
public final void setText(String value)
Specify Signature Text if it should be verified.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
public final int getMatchType()
Gets or sets Text Match Type verification.
Returns: int
public final void setMatchType(int value)
Gets or sets Text Match Type verification.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public final int getSignatureImplementation()
Type of Signature to be verified.
Returns: int
public final void setSignatureImplementation(int value)
Type of Signature to be verified.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public final String getFormTextFieldTitle()
Gets or sets the title of form field to verify it. If this property set text will be found only in text form fields.
Returns: java.lang.String
public final void setFormTextFieldTitle(String value)
Gets or sets the title of form field to verify it. If this property set text will be found only in text form fields.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
public final Integer getFormTextFieldType()
Gets or sets the type of form field to verify it. If this property set text will be found only in text form fields.
Returns: java.lang.Integer
public final void setFormTextFieldType(Integer value)
Gets or sets the type of form field to verify it. If this property set text will be found only in text form fields.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.Integer |
public final int getSignatureID()
Specify Text Signature ID more than zero if it should be verified. This property is supported only for Pdf documents
Returns: int
public final void setSignatureID(int value)
Specify Text Signature ID more than zero if it should be verified. This property is supported only for Pdf documents
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public String toString()
Overrides conversion to string.
Returns: java.lang.String -
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.