com.aspose.barcode
Class Symbology

java.lang.Object
  extended by com.aspose.barcode.Symbology

public class Symbology
extends java.lang.Object

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

CODABAR

public static final int CODABAR
Codarbar type of barcode.

See Also:
Constant Field Values

CODE11

public static final int CODE11
Code11 type of barcode.

See Also:
Constant Field Values

CODE128

public static final int CODE128
Code128 type of barcode

See Also:
Constant Field Values

CODE39EXTENDED

public static final int CODE39EXTENDED
Code 39 extended type of barcode

See Also:
Constant Field Values

CODE93EXTENDED

public static final int CODE93EXTENDED
Code 93 extended type of barcode

See Also:
Constant Field Values

EAN13

public static final int EAN13
EAN13 type of barcode

See Also:
Constant Field Values

EAN8

public static final int EAN8
Ean8 type of barcode

See Also:
Constant Field Values

INTERLEAVED2OF5

public static final int INTERLEAVED2OF5
Interleaved 2 of 5 type of barcode

See Also:
Constant Field Values

UPCA

public static final int UPCA
UPCA type of barcode

See Also:
Constant Field Values

UPCE

public static final int UPCE
UPCE type of barcode

See Also:
Constant Field Values

CODE39STANDARD

public static final int CODE39STANDARD
Code 39 standard type of barcode

See Also:
Constant Field Values

CODE93STANDARD

public static final int CODE93STANDARD
Code 93 standard type of barcode

See Also:
Constant Field Values

MSI

public static final int MSI
MSI type of barcode

See Also:
Constant Field Values

STANDARD2OF5

public static final int STANDARD2OF5
Standard 2 of 5 type of barcode

See Also:
Constant Field Values
Constructor Detail

Symbology

public Symbology()
This class serves the purpose of hosting constants, never meant to be initiated.