public static final enum

FreeTextAnnotation.FreeTextTextJustification

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

Class Overview

Possible values for the alignment of the text.

Summary

Enum Values
FreeTextAnnotation.FreeTextTextJustification  CENTER   
FreeTextAnnotation.FreeTextTextJustification  LEFT   
FreeTextAnnotation.FreeTextTextJustification  RIGHT   
Public Methods
static FreeTextAnnotation.FreeTextTextJustification valueOf(String name)
final static FreeTextTextJustification[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

Public Methods

public static final FreeTextTextJustification[] values ()