|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PdfTextAlignment>
com.spire.pdf.graphics.PdfTextAlignment
public enum PdfTextAlignment
Specifies the type of horizontal text alignment.
Enum Constant Summary | |
---|---|
Center
Specifies the text is aligned to Center. |
|
Justify
Specifies the text as Justified text. |
|
Left
Specifies the text is aligned to Left. |
|
Right
Specifies the text is aligned to Right. |
Enum Constant Detail |
---|
public static final PdfTextAlignment Left
public static final PdfTextAlignment Center
public static final PdfTextAlignment Right
public static final PdfTextAlignment Justify
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |