|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.barcode.Symbology
public final class Symbology
Specifies the type of barcode specification.
Field Summary | |
---|---|
static int |
AustralianPosteParcel
Specifies that the data should be encoded with Australian Post Domestic eParcel Barcode barcode specification |
static int |
AustraliaPost
Represents Australia Post Customer BarCode |
static int |
Aztec
Specifies that the data should be encoded with Aztec barcode specification |
static int |
BooklandEAN
Specifies that the data should be encoded with Bookland-EAN barcode specification |
static int |
Codabar
Specifies that the data should be encoded with CODABAR barcode specification |
static int |
Code11
Specifies that the data should be encoded with CODE 11 barcode specification |
static int |
Code128
Specifies that the data should be encoded with CODE 128 barcode specification |
static int |
Code39Extended
Specifies that the data should be encoded with Extended CODE 39 barcode specification |
static int |
Code39Standard
Specifies that the data should be encoded with Standard CODE 39 barcode specification |
static int |
Code93Extended
Specifies that the data should be encoded with Extended CODE 93 barcode specification |
static int |
Code93Standard
Specifies that the data should be encoded with Standard CODE 93 barcode specification |
static int |
DataMatrix
2D barcode symbology DataMatrix |
static int |
DeutschePostIdentcode
Represents Deutschen Post barcode, This Symbology is also known as Identcode,CodeIdentcode,German Postal 2 of 5 Identcode, Deutsche Post AG Identcode, Deutsche Frachtpost Identcode, Deutsche Post AG (DHL) |
static int |
DeutschePostLeitcode
Represents Deutsche Post Leitcode Barcode,also known as German Postal 2 of 5 Leitcode, CodeLeitcode, Leitcode, Deutsche Post AG (DHL). |
static int |
EAN128
Specifies that the data should be encoded with EAN128 barcode specification |
static int |
EAN13
Specifies that the data should be encoded with EAN-13 barcode specification |
static int |
EAN14
Specifies that the data should be encoded with EAN14/ SCC14 barcode specification |
static int |
EAN8
Specifies that the data should be encoded with EAN-8 barcode specification |
static int |
GS1DataMatrix
2D barcode symbology DataMatrix with GS1 string format |
static int |
IATA2of5
Represents IATA 2 of 5 barcode.IATA (International Air Transport Assosiation) uses this barcode for the management of air cargo. |
static int |
Interleaved2of5
Specifies that the data should be encoded with INTERLEAVED 2 of 5 barcode specification |
static int |
ItalianPost25
Represents Italian Post 25 barcode. |
static int |
ITF14
Specifies that the data should be encoded with ITF14 barcode specification |
static int |
ITF6
Represents ITF-6 Barcode. |
static int |
MacroPdf417
Specifies that the data should be encoded with MacroPdf417 barcode specification |
static int |
Matrix2of5
Represents Matrix 2 of 5 BarCode |
static int |
MSI
Specifies that the data should be encoded with MSI Plessey barcode specification |
static int |
OneCode
Specifies that the data should be encoded with USPS OneCode barcode specification |
static int |
OPC
Represents OPC(Optical Product Code) Barcode,also known as , VCA Barcode VCA OPC, Vision Council of America OPC Barcode. |
static int |
Patch
Represents Patch code barcode(T barcode), supports recognition only. |
static int |
Pdf417
2D barcode symbology Pdf417 |
static int |
Planet
Specifies that the data should be encoded with Planet barcode specification |
static int |
Postnet
Specifies that the data should be encoded with Postnet barcode specification |
static int |
PZN
Represents PZN barcode.This Symbology is also known as Pharma Zentral Nummer,Pharmazentralnummer |
static int |
QR
Specifies that the data should be encoded with QR Code barcode specification |
static int |
RM4SCC
Represents RM4SCC barcode. |
static int |
SingaporePost
Specifies that the data should be encoded with Singapore Post Barcode barcode specification |
static int |
SSCC18
Specifies that the data should be encoded with SSCC18 barcode specification |
static int |
Standard2of5
Specifies that the data should be encoded with Standard 2 of 5 barcode specification |
static int |
UPCA
Specifies that the data should be encoded with UPC-A barcode specification |
static int |
UPCE
Specifies that the data should be encoded with UPC-E barcode specification |
static int |
VIN
Represents VIN (Vehicle Identification Number) Barcode. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int Codabar
CODABAR
barcode specification
public static final int Code11
CODE 11
barcode specification
public static final int Code128
CODE 128
barcode specification
public static final int Code39Extended
Extended CODE 39
barcode specification
public static final int Code93Extended
Extended CODE 93
barcode specification
public static final int Interleaved2of5
INTERLEAVED 2 of 5
barcode specification
public static final int Code39Standard
Standard CODE 39
barcode specification
public static final int Code93Standard
Standard CODE 93
barcode specification
public static final int MSI
MSI Plessey
barcode specification
public static final int Standard2of5
Standard 2 of 5
barcode specification
public static final int DataMatrix
public static final int GS1DataMatrix
public static final int EAN13
EAN-13
barcode specification
public static final int EAN8
EAN-8
barcode specification
public static final int ITF14
ITF14
barcode specification
public static final int Pdf417
public static final int Planet
Planet
barcode specification
public static final int Postnet
Postnet
barcode specification
public static final int QR
QR Code
barcode specification
public static final int UPCA
UPC-A
barcode specification
public static final int UPCE
UPC-E
barcode specification
public static final int BooklandEAN
Bookland-EAN
barcode specification
public static final int EAN128
EAN128
barcode specification
public static final int Aztec
Aztec
barcode specification
public static final int MacroPdf417
MacroPdf417
barcode specification
public static final int Patch
public static final int EAN14
EAN14/ SCC14
barcode specification
public static final int SSCC18
SSCC18
barcode specification
public static final int OneCode
OneCode
barcode specification
public static final int AustraliaPost
public static final int RM4SCC
public static final int Matrix2of5
public static final int DeutschePostIdentcode
public static final int PZN
public static final int ItalianPost25
public static final int IATA2of5
public static final int VIN
public static final int DeutschePostLeitcode
public static final int OPC
public static final int ITF6
public static final int AustralianPosteParcel
Australian Post Domestic eParcel Barcode
barcode specification
public static final int SingaporePost
Singapore Post Barcode
barcode specification
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |