com.aspose.barcode
Class ITF14BorderType

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

public final class ITF14BorderType
extends java.lang.Enum

ITF14 com.aspose.barcode's border type

See Also:
Serialized Form

Field Summary
static int Bar
           Tow horizontal bars enclosing the com.aspose.barcode
static int Frame
           Frame enclosing the com.aspose.barcode
static int None
           No border enclosing the com.aspose.barcode
 
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

Bar

public static final int Bar

Tow horizontal bars enclosing the com.aspose.barcode

See Also:
Constant Field Values

Frame

public static final int Frame

Frame enclosing the com.aspose.barcode

See Also:
Constant Field Values

None

public static final int None

No border enclosing the com.aspose.barcode

See Also:
Constant Field Values