com.spire.doc.fields.barcode
Enum Code128SetMode

java.lang.Object
  extended by java.lang.Enum<Code128SetMode>
      extended by com.spire.doc.fields.barcode.Code128SetMode
All Implemented Interfaces:
java.lang.Comparable<Code128SetMode>

public enum Code128SetMode
extends java.lang.Enum<Code128SetMode>

Code set of CODE128 barcode used to encode the data.


Enum Constant Summary
Auto
          Use the shortest encoding result.
Only_A
          Use code set A to encode the data.
Only_B
          Use code set b to encode the data.
Only_C
          Use code set C to encode the data.
 
Method Summary
 java.lang.String getName()
           
 int getValue()
           
 

Enum Constant Detail

Only_A

public static final Code128SetMode Only_A
Use code set A to encode the data.


Only_B

public static final Code128SetMode Only_B
Use code set b to encode the data.


Only_C

public static final Code128SetMode Only_C
Use code set C to encode the data.


Auto

public static final Code128SetMode Auto
Use the shortest encoding result.

Method Detail

getName

public java.lang.String getName()

getValue

public int getValue()