|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<pdftransitionstyle>
com.spire.pdf.pdftransitionstyle
public enum pdftransitionstyle
enumeration of possible transition styles when moving to the page from another during a presentation
enum constant summary | |
---|---|
blinds
multiple lines, evenly spaced across the screen, synchronously sweep in the same direction to reveal the new page. |
|
box
a rectangular box sweeps inward from the edges of the page or outward from the center, revealing the new page. |
|
cover
the new page slides on to the screen, covering the old page. |
|
dissolve
the old page dissolves gradually to reveal the new one. |
|
fade
the new page gradually becomes visible through the old one. |
|
fly
changes are flown out or in, to or from a location that is offscreen. |
|
glitter
similar to dissolve, except that the effect sweeps across the page in a wide band moving from one side of the screen to the other. |
|
push
the old page slides off the screen while the new page slides in, pushing the old page out. |
|
replace
the new page simply replaces the old one with no special transition effect. |
|
split
two lines sweep across the screen, revealing the new page. |
|
uncover
the old page slides off the screen, uncovering the new page. |
|
wipe
a single line sweeps across the screen from one edge to the other, revealing the new page. |
method summary | |
---|---|
java.lang.string |
getname()
gets the name of the possible transition styles when moving to the page from another during a presentation |
int |
getvalue()
gets the value of the possible transition styles when moving to the page from another during a presentation |
enum constant detail |
---|
public static final pdftransitionstyle split
public static final pdftransitionstyle blinds
public static final pdftransitionstyle box
public static final pdftransitionstyle wipe
public static final pdftransitionstyle dissolve
public static final pdftransitionstyle glitter
public static final pdftransitionstyle replace
public static final pdftransitionstyle fly
public static final pdftransitionstyle push
public static final pdftransitionstyle cover
public static final pdftransitionstyle uncover
public static final pdftransitionstyle fade
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 |