public class CellsVerifyTextOptions extends VerifyTextOptions
Represents the Text Verify Options for Cells Documents.
| Constructor and Description |
|---|
CellsVerifyTextOptions()
Initializes a new instance of the CellsVerifyTextOptions class with default values.
|
CellsVerifyTextOptions(String text)
Initializes a new instance of the CellsVerifyTextOptions class with text to verify.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Overrides conversion to string.
|
getText, getVerifyAllPages, setText, setVerifyAllPagesgetDocumentPageNumber, getExtensions, getPagesSetup, getVerifyPages, isValid, setDocumentPageNumber, setExtensions, setPagesSetup, setValidpublic CellsVerifyTextOptions()
Initializes a new instance of the CellsVerifyTextOptions class with default values.
public CellsVerifyTextOptions(String text)
Initializes a new instance of the CellsVerifyTextOptions class with text to verify.
text - Text to verifypublic String toString()
Overrides conversion to string.
toString in class VerifyTextOptionsCopyright © 2018. All rights reserved.