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