|
com.aspose.barcode
Class TextAlign
java.lang.Object
com.aspose.barcode.TextAlign
public class TextAlign - extends java.lang.Object
Text alginment of captions
|
Field Summary |
static int |
CENTER
align to the center |
static int |
LEFT
align to the left |
static int |
RIGHT
align to the right |
|
Constructor Summary |
TextAlign()
This class serves the purpose of hosting constants, never meant to be initiated. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LEFT
public static final int LEFT
- align to the left
- See Also:
- Constant Field Values
RIGHT
public static final int RIGHT
- align to the right
- See Also:
- Constant Field Values
CENTER
public static final int CENTER
- align to the center
- See Also:
- Constant Field Values
TextAlign
public TextAlign()
- This class serves the purpose of hosting constants, never meant to be initiated.
|