pdftransitionmotion-ag凯发旗舰厅



com.spire.pdf
enum pdftransitionmotion

java.lang.object
  extended by java.lang.enum<pdftransitionmotion>
      extended by 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.
 
enum constant detail

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.
method detail

getname

public java.lang.string getname()
gets the name of transition motions.

getvalue

public int getvalue()
gets the value of transition motions.


网站地图