| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<PdfTransitionDirection>
com.spire.pdf.PdfTransitionDirection
public enum PdfTransitionDirection
Enumeration of transition directions.
| Enum Constant Summary | |
|---|---|
| Bottom_To_TopBottom to Top direction. | |
| Left_To_RightLeft to Right direction. | |
| Right_To_LeftRight to Left direction. | |
| Top_Left_To_Bottom_RightTopLeft to BottomRight direction. | |
| Top_To_BottomTop to Bottom direction. | |
| Method Summary | |
|---|---|
|  java.lang.String | getName()Gets the name of transition directions. | 
|  int | getValue()Gets the value of transition directions. | 
| Enum Constant Detail | 
|---|
public static final PdfTransitionDirection Left_To_Right
public static final PdfTransitionDirection Bottom_To_Top
public static final PdfTransitionDirection Right_To_Left
public static final PdfTransitionDirection Top_To_Bottom
public static final PdfTransitionDirection Top_Left_To_Bottom_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 | ||||||||