|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.aspose.barcode.CodeLocation
public final class CodeLocation
Specifies the location of the code text shown in the image.
Field Summary | |
---|---|
static int |
Above
Specifies that the code text is shown on the top of the bar code. |
static int |
Below
Specifies that the code text is shown on the bottom of the bar code. |
static int |
None
Specifies that the code text is hidden. |
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 |
---|
public static final int Above
Specifies that the code text is shown on the top of the bar code.
public static final int Below
Specifies that the code text is shown on the bottom of the bar code.
public static final int None
Specifies that the code text is hidden.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |