public final class PageTransitionType
extends com.aspose.ms.System.Enum
Enumerates transition types for page transition effects when revealing the new page.
Modifier and Type | Field and Description |
---|---|
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.
|
public static final int None
No transition.
public static final int Split
Two lines sweep across the screen.
public static final int Blinds
Multiple lines,evenly spaced across the screen,synchronously sweep in the same direction.
public static final int Box
A rectangular box sweeps inward from the edges of the page or outward from the center.
public static final int Wipe
A single line sweeps across the screen from one edge to the other.
public static final int Dissolve
The old page dissolves gradually.
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.
public static final int Replace
The new page simply replaces the old one with no special transition effect.
Copyright © 2016 Aspose. All Rights Reserved.