public class WordsVerifyTextOptions extends VerifyTextOptions
Represents the Text Verify Options for Words Documents.
Constructor and Description |
---|
WordsVerifyTextOptions()
Initializes a new instance of the WordsVerifyTextOptions class with default values
|
WordsVerifyTextOptions(String text)
Initializes a new instance of the WordsVerifyTextOptions class with text to verify
|
Modifier and Type | Method and Description |
---|---|
String |
getFormTextFieldTitle()
Gets or sets the title of form field to verify it.
|
Integer |
getFormTextFieldType()
Gets or sets the type of form field to verify it.
|
void |
setFormTextFieldTitle(String value)
Gets or sets the title of form field to verify it.
|
void |
setFormTextFieldType(Integer value)
Gets or sets the type of form field to verify it.
|
String |
toString()
Overrides conversion to string
|
getText, getVerifyAllPages, getVerifyPages, setText, setVerifyAllPages
getDocumentPageNumber, getExtensions, getPagesSetup, getSignatureConfig, isValid, release, setDocumentPageNumber, setExtensions, setPagesSetup, setSignatureConfig, setValid
public WordsVerifyTextOptions()
Initializes a new instance of the WordsVerifyTextOptions class with default values
public WordsVerifyTextOptions(String text)
Initializes a new instance of the WordsVerifyTextOptions class with text to verify
text
- Text to verifypublic 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.
public 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.
public 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.
public 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.
public String toString()
Overrides conversion to string
toString
in class VerifyTextOptions
Copyright © 2017. All rights reserved.