|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PdfTransitionMotion>
com.spire.pdf.PdfTransitionMotion
public enum PdfTransitionMotion
Enumeration of transition motions.
Enum Constant Summary | |
---|---|
Inward
Inward motion from the edges of the page to center.. |
|
Outward
Outward motion from the center of the page to edges. |
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the name of transition motions. |
int |
getValue()
Gets the value of transition motions. |
Enum Constant Detail |
---|
public static final PdfTransitionMotion Inward
public static final PdfTransitionMotion Outward
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 |