com.spire.pdf.annotations
Enum PdfAnnotationTextAlignment

java.lang.Object
  extended by java.lang.Enum<PdfAnnotationTextAlignment>
      extended by com.spire.pdf.annotations.PdfAnnotationTextAlignment
All Implemented Interfaces:
java.lang.Comparable<PdfAnnotationTextAlignment>

public enum PdfAnnotationTextAlignment
extends java.lang.Enum<PdfAnnotationTextAlignment>

Specifies the type of horizontal text alignment.


Enum Constant Summary
Center
          Specifies the text is aligned to Center.
Left
          Specifies the text is aligned to Left.
Right
          Specifies the text is aligned to Right.
 
Method Summary
 java.lang.String getName()
           
 int getValue()
           
 

Enum Constant Detail

Left

public static final PdfAnnotationTextAlignment Left
Specifies the text is aligned to Left.


Center

public static final PdfAnnotationTextAlignment Center
Specifies the text is aligned to Center.


Right

public static final PdfAnnotationTextAlignment Right
Specifies the text is aligned to Right.

Method Detail

getName

public java.lang.String getName()

getValue

public int getValue()