public final class CodeTextAlignment
extends com.aspose.ms.System.Enum
Alignment of code text for Bar-codes and QR-codes.
Modifier and Type | Field and Description |
---|---|
static int |
Above
Text is above the code.
|
static int |
Below
Text is below the code.
|
static int |
None
Text is not visible.
|
static int |
Right
Text is on the right of the code.
|
public static final int Above
Text is above the code.
public static final int Below
Text is below the code.
public static final int None
Text is not visible.
public static final int Right
Text is on the right of the code.
Copyright © 2018. All rights reserved.