| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<PdfAlignmentStyle>
com.spire.pdf.PdfAlignmentStyle
public enum PdfAlignmentStyle
Specifies how the page template is aligned relative to the template area.
This enumeration is used in  class.| Enum Constant Summary | |
|---|---|
| BottomCenterThe template is bottom center aligned. | |
| BottomLeftThe template is bottom left aligned. | |
| BottomRightThe template is bottom right aligned. | |
| MiddleCenterThe template is middle center aligned. | |
| MiddleLeftThe template is middle left aligned. | |
| MiddleRightThe template is middle right aligned. | |
| NoneSpecifies no alignment. | |
| TopCenterThe template is top center aligned. | |
| TopLeftThe template is top left aligned. | |
| TopRightThe template is top right aligned. | |
| Method Summary | |
|---|---|
|  java.lang.String | getName()Gets the name Specifing how the page template is aligned relative to the template area | 
|  int | getValue()Gets the value Specifing how the page template is aligned relative to the template area | 
| Enum Constant Detail | 
|---|
public static final PdfAlignmentStyle None
public static final PdfAlignmentStyle TopLeft
public static final PdfAlignmentStyle TopCenter
public static final PdfAlignmentStyle TopRight
public static final PdfAlignmentStyle MiddleLeft
public static final PdfAlignmentStyle MiddleCenter
public static final PdfAlignmentStyle MiddleRight
public static final PdfAlignmentStyle BottomLeft
public static final PdfAlignmentStyle BottomCenter
public static final PdfAlignmentStyle BottomRight
| 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 | ||||||||