public final class TextVerticalAlignment extends Object
Specifies text vertical alignment inside a Signature.
Modifier and Type | Field and Description |
---|---|
static int |
Bottom
Specifies that the text is bottom aligned to the vertical alignment base.
|
static int |
Center
Specifies that the text is centered to the vertical alignment base.
|
static int |
Top
Specifies that the text is top aligned to the vertical alignment base.
|
public static final int Bottom
Specifies that the text is bottom aligned to the vertical alignment base.
public static final int Center
Specifies that the text is centered to the vertical alignment base.
public static final int Top
Specifies that the text is top aligned to the vertical alignment base.