|
|||||||||
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_Top
Bottom to Top direction. |
|
Left_To_Right
Left to Right direction. |
|
Right_To_Left
Right to Left direction. |
|
Top_Left_To_Bottom_Right
TopLeft to BottomRight direction. |
|
Top_To_Bottom
Top 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 |