|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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 |
BOTTOM_LEFT
at the left bottom corner |
static int |
BOTTOM_RIGHT
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 |
TOP_LEFT
at the top left corner |
static int |
TOP_RIGHT
at the top right corner |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MIDDLE
in the middle
public static final int LEFT
at the left side
public static final int RIGHT
at the right side
public static final int TOP
top middle
public static final int BOTTOM
bottom middle
public static final int TOP_LEFT
at the top left corner
public static final int TOP_RIGHT
at the top right corner
public static final int BOTTOM_LEFT
at the left bottom corner
public static final int BOTTOM_RIGHT
at the bottom right corner
public static final int AUTO
auto alignment
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |