public class CellsSearchQRCodeOptions extends SearchQRCodeOptions
Represents the QR-code Signature Search Options for Cells Documents.
Constructor and Description |
---|
CellsSearchQRCodeOptions()
Initializes a new instance of the CellsSearchQRCodeOptions class with default values.
|
CellsSearchQRCodeOptions(QRCodeType encodeType)
Initializes a new instance of the CellsSearchQRCodeOptions class with encode type.
|
CellsSearchQRCodeOptions(QRCodeType encodeType,
String text)
Initializes a new instance of the CellsSearchQRCodeOptions class with encode type and text values.
|
getDataEncryption, getEncodeType, getMatchType, getText, setDataEncryption, setEncodeType, setMatchType, setText
getDocumentPageNumber, getPagesSetup, getSearchAllPages, getSearchPages, getSearchType, setDocumentPageNumber, setPagesSetup, setSearchAllPages, toString
public CellsSearchQRCodeOptions()
Initializes a new instance of the CellsSearchQRCodeOptions class with default values.
public CellsSearchQRCodeOptions(QRCodeType encodeType)
Initializes a new instance of the CellsSearchQRCodeOptions class with encode type.
encodeType
- Specifies QR-code encode type.public CellsSearchQRCodeOptions(QRCodeType encodeType, String text)
Initializes a new instance of the CellsSearchQRCodeOptions class with encode type and text values.
encodeType
- Specifies QR-code encode type.text
- Set Text of QR-code signature to search for.Copyright © 2019. All rights reserved.