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