public class QrCodeTypes extends Object
QRCode Types container.
| Modifier and Type | Field and Description |
|---|---|
static QrCodeType |
Aztec
Aztec Barcode Type object.
|
static QrCodeType |
DataMatrix
DataMatrix Barcode Type object.
|
static QrCodeType |
GS1DataMatrix
GS1 DataMatrix Barcode Type object.
|
static QrCodeType |
GS1HanXin
GS1 Han Xin QR-Code Type object.
|
static QrCodeType |
GS1QR
GS1 QR Barcode Type object.
|
static QrCodeType |
HanXin
Han Xin QR-Code Type object.
|
static QrCodeType |
HIBCLICAztec
HIBC LIC Aztec QR-Code Type object.
|
static QrCodeType |
HIBCLICDataMatrix
HIBC LIC Data Matrix QR-Code Type object.
|
static QrCodeType |
HIBCLICQR
HIBC LIC QR-Code Type object.
|
static QrCodeType |
HIBCPASAztec
HIBC PAS Aztec QR-Code Type object.
|
static QrCodeType |
HIBCPASDataMatrix
HIBC PAS Data Matrix QR-Code Type object.
|
static QrCodeType |
HIBCPASQR
HIBC PAS QR-Code Type object.
|
static QrCodeType |
QR
QR Barcode Type object.
|
| Constructor and Description |
|---|
QrCodeTypes() |
| Modifier and Type | Method and Description |
|---|---|
static QrCodeType[] |
getAllTypes()
All QRCode types.
|
static com.groupdocs.signature.domain.extensions.IComplexCodeDataEncoding |
getDataEncoding(com.aspose.ms.System.Type type,
QrCodeType qrCodeType) |
static com.aspose.ms.System.Collections.Generic.List<com.aspose.barcode.barcoderecognition.BaseDecodeType> |
getDecodeTypes()
Internal list of Decode Types for extraction
|
static boolean |
isComplexType(com.aspose.ms.System.Type type,
QrCodeType qrCodeType) |
static QrCodeType |
parse(String parsingType)
Returns QRCode type with pasringType name.
|
static QrCodeType |
tryParse(String parsingType)
Returns QRCode type with pasringType name.
|
public static final QrCodeType Aztec
Aztec Barcode Type object.
public static final QrCodeType DataMatrix
DataMatrix Barcode Type object.
public static final QrCodeType GS1DataMatrix
GS1 DataMatrix Barcode Type object.
public static final QrCodeType GS1HanXin
GS1 Han Xin QR-Code Type object.
public static final QrCodeType GS1QR
GS1 QR Barcode Type object.
public static final QrCodeType HanXin
Han Xin QR-Code Type object.
public static final QrCodeType HIBCLICAztec
HIBC LIC Aztec QR-Code Type object.
public static final QrCodeType HIBCLICDataMatrix
HIBC LIC Data Matrix QR-Code Type object.
public static final QrCodeType HIBCLICQR
HIBC LIC QR-Code Type object.
public static final QrCodeType HIBCPASAztec
HIBC PAS Aztec QR-Code Type object.
public static final QrCodeType HIBCPASDataMatrix
HIBC PAS Data Matrix QR-Code Type object.
public static final QrCodeType HIBCPASQR
HIBC PAS QR-Code Type object.
public static final QrCodeType QR
QR Barcode Type object.
public static QrCodeType[] getAllTypes()
All QRCode types.
public static com.groupdocs.signature.domain.extensions.IComplexCodeDataEncoding getDataEncoding(com.aspose.ms.System.Type type,
QrCodeType qrCodeType)
public static com.aspose.ms.System.Collections.Generic.List<com.aspose.barcode.barcoderecognition.BaseDecodeType> getDecodeTypes()
Internal list of Decode Types for extraction
public static boolean isComplexType(com.aspose.ms.System.Type type,
QrCodeType qrCodeType)
public static QrCodeType parse(String parsingType) throws Exception
Returns QRCode type with pasringType name. If name of QRCode is unknown - Exception will be throw
parsingType - Source string of QRCode type name.Exceptionpublic static QrCodeType tryParse(String parsingType) throws Exception
Returns QRCode type with pasringType name. If name of QRCode is unknown - no Exception will be throw but method will return null value.
parsingType - Source string of QRCode type name.ExceptionCopyright © 2024. All rights reserved.