TextVerifyOptions

Inheritance: java.lang.Object, com.groupdocs.signature.options.verify.VerifyOptions

public class TextVerifyOptions extends VerifyOptions

Keeps options to verify document Text signature.


Learn more

Constructors

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.

Methods

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.

TextVerifyOptions()

public TextVerifyOptions()

Initializes a new instance of the TextVerifyOptions with default values.

TextVerifyOptions(String text)

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

TextVerifyOptions(String text, int implementation)

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.

getText()

public final String getText()

Specify Signature Text if it should be verified.

Returns: java.lang.String

setText(String value)

public final void setText(String value)

Specify Signature Text if it should be verified.

Parameters:

Parameter Type Description
value java.lang.String

getMatchType()

public final int getMatchType()

Gets or sets Text Match Type verification.

Returns: int

setMatchType(int value)

public final void setMatchType(int value)

Gets or sets Text Match Type verification.

Parameters:

Parameter Type Description
value int

getSignatureImplementation()

public final int getSignatureImplementation()

Type of Signature to be verified.

Returns: int

setSignatureImplementation(int value)

public final void setSignatureImplementation(int value)

Type of Signature to be verified.

Parameters:

Parameter Type Description
value int

getFormTextFieldTitle()

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

setFormTextFieldTitle(String value)

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

getFormTextFieldType()

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

setFormTextFieldType(Integer value)

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

getSignatureID()

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

setSignatureID(int value)

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

toString()

public String toString()

Overrides conversion to string.

Returns: java.lang.String -