|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.aspose.barcode.Alignment
public final class Alignment
Caption or Barcode image's alignment style
Field Summary | |
---|---|
static int |
Auto
auto alignment |
static int |
Bottom
bottom middle |
static int |
BottomLeft
at the left bottom corner |
static int |
BottomRight
at the bottom right corner |
static int |
Left
at the left side |
static int |
Middle
in the middle |
static int |
Right
at the right side |
static int |
Top
top middle |
static int |
TopLeft
at the top left corner |
static int |
TopRight
at the top right corner |
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 Auto
auto alignment
public static final int Bottom
bottom middle
public static final int BottomLeft
at the left bottom corner
public static final int BottomRight
at the bottom right corner
public static final int Left
at the left side
public static final int Middle
in the middle
public static final int Right
at the right side
public static final int Top
top middle
public static final int TopLeft
at the top left corner
public static final int TopRight
at the top right corner
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |