CodeTextAlignment
Inheritance: java.lang.Object
public final class CodeTextAlignment
Alignment of code text for Bar-codes and QR-codes.
Fields
Field | Description |
---|---|
None | Text is not visible. |
Above | Text is above the code. |
Below | Text is below the code. |
None
public static final int None
Text is not visible.
Above
public static final int Above
Text is above the code.
Below
public static final int Below
Text is below the code.