pdftransitionmotion-ag凯发旗舰厅
com.spire.pdf
enum pdftransitionmotion
java.lang.object
java.lang.enum<pdftransitionmotion>
com.spire.pdf.pdftransitionmotion
- all implemented interfaces:
- java.lang.comparable<pdftransitionmotion>
public enum pdftransitionmotion
- extends java.lang.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. |
inward
public static final pdftransitionmotion inward
- inward motion from the edges of the page to center..
outward
public static final pdftransitionmotion outward
- outward motion from the center of the page to edges.
getname
public java.lang.string getname()
- gets the name of transition motions.
getvalue
public int getvalue()
- gets the value of transition motions.