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.
|
getMatchType, getText, getVerifyAllPages, setMatchType, setText, setVerifyAllPages
getDocumentPageNumber, getExtensions, getPagesSetup, getVerifyPages, isValid, setDocumentPageNumber, setExtensions, setPagesSetup, setValid
public 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 VerifyTextOptions
Copyright © 2019. All rights reserved.