|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<PdfAnnotationTextAlignment>
com.spire.pdf.annotations.PdfAnnotationTextAlignment
public 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 |
|---|
public static final PdfAnnotationTextAlignment Left
public static final PdfAnnotationTextAlignment Center
public static final PdfAnnotationTextAlignment Right
| Method Detail |
|---|
public java.lang.String getName()
public int getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||