|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.pdf.elements.PageTransitionType
Enumerates transition types for page transition effects when revealing the new page.
Field Summary | |
static int |
Blinds
Multiple lines,evenly spaced across the screen,synchronously sweep in the same direction. |
static int |
Box
A rectangular box sweeps inward from the edges of the page or outward from the center. |
static int |
Dissolve
The old page dissolves gradually. |
static int |
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. |
static int |
None
No transition. |
static int |
Replace
The new page simply replaces the old one with no special transition effect. |
static int |
Split
Two lines sweep across the screen. |
static int |
Wipe
A single line sweeps across the screen from one edge to the other. |
Constructor Summary | |
PageTransitionType()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int None
public static final int Split
public static final int Blinds
public static final int Box
public static final int Wipe
public static final int Dissolve
public static final int Glitter
public static final int Replace
Constructor Detail |
public PageTransitionType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |