com.aspose.barcode
Class ITF14BorderType

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

public class ITF14BorderType
extends java.lang.Object

Border type of ITF14 type of barcode


Field Summary
static int BAR
          Two bearer bars enclosing ITF14 barcode
static int FRAME
          Border frame enclosing ITF14 barcode
static int NONE
          No border enclosing ITF14 barcode
 
Constructor Summary
ITF14BorderType()
          This class serves the purpose of hosting constants, never meant to be initiated.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final int NONE
No border enclosing ITF14 barcode

See Also:
Constant Field Values

BAR

public static final int BAR
Two bearer bars enclosing ITF14 barcode

See Also:
Constant Field Values

FRAME

public static final int FRAME
Border frame enclosing ITF14 barcode

See Also:
Constant Field Values
Constructor Detail

ITF14BorderType

public ITF14BorderType()
This class serves the purpose of hosting constants, never meant to be initiated.