com.aspose.pdf.elements
Class PageTransitionType

java.lang.Object
  extended bycom.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 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

None

public static final int None
No transition.

See Also:
Constant Field Values

Split

public static final int Split
Two lines sweep across the screen.

See Also:
Constant Field Values

Blinds

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

See Also:
Constant Field Values

Box

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

See Also:
Constant Field Values

Wipe

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

See Also:
Constant Field Values

Dissolve

public static final int Dissolve
The old page dissolves gradually.

See Also:
Constant Field Values

Glitter

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

See Also:
Constant Field Values

Replace

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

See Also:
Constant Field Values
Constructor Detail

PageTransitionType

public PageTransitionType()