public class SlidesSearchQRCodeOptions extends SearchQRCodeOptions
Represents the QR-code Signature Search Options for Slides Documents.
Constructor and Description |
---|
SlidesSearchQRCodeOptions()
Initializes a new instance of the SlidesSearchQRCodeOptions class with default values.
|
SlidesSearchQRCodeOptions(QRCodeType encodeType)
Initializes a new instance of the SlidesSearchQRCodeOptions class with encode type.
|
SlidesSearchQRCodeOptions(QRCodeType encodeType,
String text)
Initializes a new instance of the SlidesSearchQRCodeOptions 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 SlidesSearchQRCodeOptions()
Initializes a new instance of the SlidesSearchQRCodeOptions class with default values.
public SlidesSearchQRCodeOptions(QRCodeType encodeType)
Initializes a new instance of the SlidesSearchQRCodeOptions class with encode type.
encodeType
- Specifies QR-code encode type.public SlidesSearchQRCodeOptions(QRCodeType encodeType, String text)
Initializes a new instance of the SlidesSearchQRCodeOptions 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.