TextVerticalAlignment

Inheritance: java.lang.Object

public final class TextVerticalAlignment

Specifies text vertical alignment inside a Signature.

Fields

Field Description
Top Specifies that the text is top aligned to the vertical alignment base.
Center Specifies that the text is centered to the vertical alignment base.
Bottom Specifies that the text is bottom aligned to the vertical alignment base.

Top

public static final int Top

Specifies that the text is top aligned to the vertical alignment base.

Center

public static final int Center

Specifies that the text is centered to the vertical alignment base.

Bottom

public static final int Bottom

Specifies that the text is bottom aligned to the vertical alignment base.