com.aspose.barcode
Class EAN128EncodeMode

java.lang.Object
  extended by java.lang.Enum
      extended by com.aspose.barcode.EAN128EncodeMode
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class EAN128EncodeMode
extends java.lang.Enum

Specifies the encode mode of EAN128 used to encode the data.

See Also:
Serialized Form

Field Summary
static int AI
           The CodeText will be encoded into the com.aspose.barcode used the internation standard of Application Identifiers (AI).
static int AutoAI
           
static int Plain
           The CodeText will be encoded into the com.aspose.barcode exactly.
 
Method Summary
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

AI

public static final int AI

The CodeText will be encoded into the com.aspose.barcode used the internation standard of Application Identifiers (AI). <b>The numbers within brackets in the CodeText will be dealed as the AI.</b> eg. (01)01234567890123(15)012345 will be encoded into com.aspose.barcode as the data is 010123456789012315012345, Please note that the CodeText displaying besides the com.aspose.barcode will be (01)01234567890123(15)012345.

See Also:
Constant Field Values

AutoAI

public static final int AutoAI
See Also:
Constant Field Values

Plain

public static final int Plain

The CodeText will be encoded into the com.aspose.barcode exactly. <b>If there are brackets within the CodeText, the brackets will be encoded also.</b>

See Also:
Constant Field Values