com.aspose.barcode
Class EAN128EncodeMode

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

public final class EAN128EncodeMode
extends Object

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


Field Summary
static int AI
           The CodeText will be encoded into the barcode used the internation standard of Application Identifiers (AI).
static int AutoAI
           
static int Plain
           The CodeText will be encoded into the barcode exactly.
 
Constructor Summary
EAN128EncodeMode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Plain

public static final int Plain

The CodeText will be encoded into the barcode exactly. If there are brackets within the CodeText, the brackets will be encoded also.

See Also:
Constant Field Values

AI

public static final int AI

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

See Also:
Constant Field Values

AutoAI

public static final int AutoAI
See Also:
Constant Field Values
Constructor Detail

EAN128EncodeMode

public EAN128EncodeMode()


Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.