com.aspose.barcode
Class ITF14BorderType

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

public final class ITF14BorderType
extends Object

ITF14 barcode's border type


Field Summary
static int BAR
           Tow horizontal bars enclosing the barcode
static int FRAME
           Frame enclosing the barcode
static int NONE
           No border enclosing the barcode
 
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 the barcode

See Also:
Constant Field Values

FRAME

public static final int FRAME

Frame enclosing the barcode

See Also:
Constant Field Values

BAR

public static final int BAR

Tow horizontal bars enclosing the barcode

See Also:
Constant Field Values


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