com.aspose.barcode.jr
Class Code128Set

java.lang.Object
  extended by com.aspose.barcode.jr.Code128Set

public class Code128Set
extends java.lang.Object

CodeSet for code 128 types of barcode


Field Summary
static int A
          A set
static int AUTO
          Auto setting CodeSet
static int B
          B set
static int C
          C set
static int Customized
          Specifies using the customized codeset.
 
Constructor Summary
Code128Set()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

A

public static final int A
A set

See Also:
Constant Field Values

B

public static final int B
B set

See Also:
Constant Field Values

C

public static final int C
C set

See Also:
Constant Field Values

AUTO

public static final int AUTO
Auto setting CodeSet

See Also:
Constant Field Values

Customized

public static final int Customized
Specifies using the customized codeset. *

See Also:
Constant Field Values
Constructor Detail

Code128Set

public Code128Set()