| 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.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.DATA_MATRIX
DataMatrix Barcode Type object.
|
static QRCodeType |
QRCodeTypes.GS_1_DATA_MATRIX
GS1 DataMatrix Barcode Type object.
|
static QRCodeType |
QRCodeTypes.GS_1_QR
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 |
QRCodeSignOptions.getEncodeType()
Get or set QRCode type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QRCodeSignOptions.setEncodeType(QRCodeType value)
Get or set QRCode type.
|
Copyright © 2018. All rights reserved.