aspose.pdf
Class PageTransitionType

java.lang.Object
  extended by aspose.pdf.EnumerationBase
      extended by aspose.pdf.PageTransitionType

public class PageTransitionType
extends EnumerationBase

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

None

public static final PageTransitionType None
The new page simply replaces the old one with no special transition effect.


Replace

public static final 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.


Glitter

public static final PageTransitionType Glitter
The old page dissolves gradually.


Dissolve

public static final PageTransitionType Dissolve
A single line sweeps across the screen from one edge to the other.


Wipe

public static final PageTransitionType Wipe
A rectangular box sweeps inward from the edges of the page or outward from the center.


Box

public static final PageTransitionType Box
Multiple lines,evenly spaced across the screen,synchronously sweep in the same direction.


Blinds

public static final PageTransitionType Blinds
Two lines sweep across the screen.


Split

public static final PageTransitionType Split
No transition.