|
com.aspose.pdf.elements
Class PageTransitionType
java.lang.Object
com.aspose.pdf.elements.PageTransitionType
public class PageTransitionType - extends java.lang.Object
Enumerates transition types for page transition effects when revealing the new page.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
None
public static final PageTransitionType None
- No transition.
Split
public static final PageTransitionType Split
- Two lines sweep across the screen.
Blinds
public static final PageTransitionType Blinds
- Multiple lines,evenly spaced across the screen,synchronously sweep in the same direction.
Box
public static final PageTransitionType Box
- A rectangular box sweeps inward from the edges of the page or outward from the center.
Wipe
public static final PageTransitionType Wipe
- A single line sweeps across the screen from one edge to the other.
Dissolve
public static final PageTransitionType Dissolve
- The old page dissolves gradually.
Glitter
public static final PageTransitionType 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.
Replace
public static final PageTransitionType Replace
- The new page simply replaces the old one with no special transition effect.
getPageTransitionType
public static PageTransitionType getPageTransitionType(java.lang.String pageTransitionTypeName)
- Get pre-defined PageTransitionType object
- Parameters:
pageTransitionTypeName - the name of PageTransitionType
|