| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<PdfPageRotateAngle>
com.spire.pdf.PdfPageRotateAngle
public enum PdfPageRotateAngle
The number of degrees by which the page should be rotated clockwise when displayed or printed.
| Enum Constant Summary | |
|---|---|
| Rotate_Angle_0The page is rotated as 0 angle. | |
| Rotate_Angle_180The page is rotated as 180 angle. | |
| Rotate_Angle_270The page is rotated as 270 angle. | |
| Rotate_Angle_90The page is rotated as 90 angle. | |
| Method Summary | |
|---|---|
| static PdfPageRotateAngle | fromValue(int value) | 
|  java.lang.String | getName()Gets the name of degrees by which the page should be rotated clockwise when displayed or printed. | 
|  int | getValue()Gets the number of degrees by which the page should be rotated clockwise when displayed or printed. | 
| Enum Constant Detail | 
|---|
public static final PdfPageRotateAngle Rotate_Angle_0
public static final PdfPageRotateAngle Rotate_Angle_90
public static final PdfPageRotateAngle Rotate_Angle_180
public static final PdfPageRotateAngle Rotate_Angle_270
| Method Detail | 
|---|
public java.lang.String getName()
public int getValue()
public static PdfPageRotateAngle fromValue(int value)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||