com.aspose.pdf.elements
Class PageTransitionType

java.lang.Object
  extended by com.aspose.pdf.elements.PageTransitionType

public class PageTransitionType
extends java.lang.Object

Enumerates transition types for page transition effects when revealing the new page.


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

Field Detail

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.

Method Detail

getPageTransitionType

public static PageTransitionType getPageTransitionType(java.lang.String pageTransitionTypeName)
Get pre-defined PageTransitionType object

Parameters:
pageTransitionTypeName - the name of PageTransitionType