public final class TextHorizontalAlignment extends Object
Specifies text horizontal alignment inside a Signature.
Modifier and Type | Field and Description |
---|---|
static int |
Center
Specifies that the text is centered to the horizontal alignment base.
|
static int |
Left
Specifies that the text is left aligned to the horizontal alignment base.
|
static int |
Right
Specifies that the text is right aligned to the horizontal alignment base.
|
public static final int Center
Specifies that the text is centered to the horizontal alignment base.
public static final int Left
Specifies that the text is left aligned to the horizontal alignment base.
public static final int Right
Specifies that the text is right aligned to the horizontal alignment base.