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