|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.barcode.Symbology
public class Symbology
Type of barcode specification
Field Summary | |
---|---|
static int |
CODABAR
Codarbar type of barcode. |
static int |
CODE11
Code11 type of barcode. |
static int |
CODE128
Code128 type of barcode |
static int |
CODE39EXTENDED
Code 39 extended type of barcode |
static int |
CODE39STANDARD
Code 39 standard type of barcode |
static int |
CODE93EXTENDED
Code 93 extended type of barcode |
static int |
CODE93STANDARD
Code 93 standard type of barcode |
static int |
EAN13
EAN13 type of barcode |
static int |
EAN8
Ean8 type of barcode |
static int |
INTERLEAVED2OF5
Interleaved 2 of 5 type of barcode |
static int |
MSI
MSI type of barcode |
static int |
STANDARD2OF5
Standard 2 of 5 type of barcode |
static int |
UPCA
UPCA type of barcode |
static int |
UPCE
UPCE type of barcode |
Constructor Summary | |
---|---|
Symbology()
This class serves the purpose of hosting constants, never meant to be initiated. |
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
public static final int CODE11
public static final int CODE128
public static final int CODE39EXTENDED
public static final int CODE93EXTENDED
public static final int EAN13
public static final int EAN8
public static final int INTERLEAVED2OF5
public static final int UPCA
public static final int UPCE
public static final int CODE39STANDARD
public static final int CODE93STANDARD
public static final int MSI
public static final int STANDARD2OF5
Constructor Detail |
---|
public Symbology()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |