TextHorizontalAlignment

Inheritance: java.lang.Object

public final class TextHorizontalAlignment

Specifies text horizontal alignment inside a Signature.

Fields

Field Description
Left Specifies that the text is left aligned to the horizontal alignment base.
Center Specifies that the text is centered to the horizontal alignment base.
Right Specifies that the text is right aligned to the horizontal alignment base.

Left

public static final int Left

Specifies that the text is left aligned to the horizontal alignment base.

Center

public static final int Center

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

public static final int Right

Specifies that the text is right aligned to the horizontal alignment base.