Package | Description |
---|---|
com.groupdocs.signature.domain.qrcodes |
The GroupDocs.Signature.Domain.QRCodes namespace provides classes for working with QRCodes
|
com.groupdocs.signature.domain.signatures.qrcode |
The GroupDocs.Signature.Domain.Signatures.QrCode namespace provides classes for working with QrCode signatures
|
com.groupdocs.signature.options.qrcodesearch |
The GroupDocs.Signature.Options.QRCcodeSearch namespace provides classes for working with QRCcodeSearch options.
|
com.groupdocs.signature.options.qrcodesignature |
The GroupDocs.Signature.Options.QRCodeSignature namespace provides classes for working with QRCodeSignature options.
|
Modifier and Type | Field and Description |
---|---|
static QRCodeType |
QRCodeTypes.Aztec
Aztec Barcode Type object.
|
static QRCodeType |
QRCodeTypes.DataMatrix
DataMatrix Barcode Type object.
|
static QRCodeType |
QRCodeTypes.GS1DataMatrix
GS1 DataMatrix Barcode Type object.
|
static QRCodeType |
QRCodeTypes.GS1QR
GS1 QR Barcode Type object.
|
static QRCodeType |
QRCodeTypes.QR
QR Barcode Type object.
|
Modifier and Type | Method and Description |
---|---|
static QRCodeType[] |
QRCodeTypes.getAllTypes()
All QRCode types.
|
static QRCodeType |
QRCodeTypes.parse(String parsingType)
Returns QRCode type with pasringType name.
|
static QRCodeType |
QRCodeTypes.tryParse(String parsingType)
Returns QRCode type with pasringType name.
|
Modifier and Type | Method and Description |
---|---|
boolean |
QRCodeType.equals(QRCodeType other)
Determines whether the specified QRCode is equal to the current object.
|
Modifier and Type | Method and Description |
---|---|
QRCodeType |
QRCodeSignature.getEncodeType()
Specifies the QR-code Encode Type.
|
Modifier and Type | Method and Description |
---|---|
void |
QRCodeSignature.setEncodeType(QRCodeType value)
Specifies the QR-code Encode Type.
|
Constructor and Description |
---|
CellsQRCodeSignature(QRCodeType encodeType,
String text)
Initialize Cells QR-Code Signature with specified Encode Type and text.
|
ImagesQRCodeSignature(QRCodeType encodeType,
String text)
Initialize Images QR-Code Signature with specified Encode Type and text.
|
PdfQRCodeSignature(QRCodeType encodeType,
String text)
Initialize PDF QR-Code Signature with specified Encode Type and text.
|
QRCodeSignature(QRCodeType encodeType,
String text)
Initialize QRCodeSignature with specified Encode Type.
|
SlidesQRCodeSignature(QRCodeType encodeType,
String text)
Initialize Slides QR-Code Signature with specified Encode Type.
|
WordsQRCodeSignature(QRCodeType encodeType,
String text)
Initialize Words QR-Code Signature with specified Encode Type and text.
|
Modifier and Type | Method and Description |
---|---|
QRCodeType |
SearchQRCodeOptions.getEncodeType()
Specifies Encode Type property to search QR-Codes.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchQRCodeOptions.setEncodeType(QRCodeType value)
Specifies Encode Type property to search QR-Codes.
|
Constructor and Description |
---|
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.
|
ImagesSearchQRCodeOptions(QRCodeType encodeType)
Initializes a new instance of the ImagesSearchQRCodeOptions class with encode type.
|
ImagesSearchQRCodeOptions(QRCodeType encodeType,
String text)
Initializes a new instance of the ImagesSearchQRCodeOptions class with encode type and text values.
|
PdfSearchQRCodeOptions(QRCodeType encodeType)
Initializes a new instance of the PdfSearchQRCodeOptions class with encode type.
|
PdfSearchQRCodeOptions(QRCodeType encodeType,
String text)
Initializes a new instance of the PdfSearchQRCodeOptions class with encode type and text values.
|
SearchQRCodeOptions(QRCodeType encodeType)
Initializes a new instance of the SearchQRCodeOptions class with encode type value.
|
SearchQRCodeOptions(QRCodeType encodeType,
String text)
Initializes a new instance of the SearchQRCodeOptions class with encode type and text 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.
|
WordsSearchQRCodeOptions(QRCodeType encodeType)
Initializes a new instance of the WordsSearchQRCodeOptions class with encode type.
|
WordsSearchQRCodeOptions(QRCodeType encodeType,
String text)
Initializes a new instance of the WordsSearchQRCodeOptions class with encode type and text values.
|
Modifier and Type | Method and Description |
---|---|
QRCodeType |
QRCodeSignOptions.getEncodeType()
Get or set QRCode type.
|
Modifier and Type | Method and Description |
---|---|
void |
QRCodeSignOptions.setEncodeType(QRCodeType value)
Get or set QRCode type.
|
Copyright © 2019. All rights reserved.