public final enum

VerticalTextAlignment

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pspdfkit.annotations.VerticalTextAlignment

Class Overview

Possible values for the vertical alignment of the text.

Summary

Enum Values
VerticalTextAlignment  BOTTOM  The text is vertically aligned to the bottom. 
VerticalTextAlignment  CENTER  The text is vertically centered. 
VerticalTextAlignment  TOP  The text is vertically aligned to the top. 
Public Methods
static VerticalTextAlignment valueOf(String name)
final static VerticalTextAlignment[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final VerticalTextAlignment BOTTOM

The text is vertically aligned to the bottom.

public static final VerticalTextAlignment CENTER

The text is vertically centered.

public static final VerticalTextAlignment TOP

The text is vertically aligned to the top.

Public Methods

public static VerticalTextAlignment valueOf (String name)

public static final VerticalTextAlignment[] values ()