| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<PdfTransitionStyle>
com.spire.pdf.PdfTransitionStyle
public enum PdfTransitionStyle
Enumeration of possible transition styles when moving to the page from another during a presentation
| Enum Constant Summary | |
|---|---|
| BlindsMultiple lines, evenly spaced across the screen, synchronously sweep in the same direction to reveal the new page. | |
| BoxA rectangular box sweeps inward from the edges of the page or outward from the center, revealing the new page. | |
| CoverThe new page slides on to the screen, covering the old page. | |
| DissolveThe old page dissolves gradually to reveal the new one. | |
| FadeThe new page gradually becomes visible through the old one. | |
| FlyChanges are flown out or in, to or from a location that is offscreen. | |
| GlitterSimilar to Dissolve, except that the effect sweeps across the page in a wide band moving from one side of the screen to the other. | |
| PushThe old page slides off the screen while the new page slides in, pushing the old page out. | |
| ReplaceThe new page simply replaces the old one with no special transition effect. | |
| SplitTwo lines sweep across the screen, revealing the new page. | |
| UncoverThe old page slides off the screen, uncovering the new page. | |
| WipeA single line sweeps across the screen from one edge to the other, revealing the new page. | |
| Method Summary | |
|---|---|
|  java.lang.String | getName()Gets the name of the possible transition styles when moving to the page from another during a presentation | 
|  int | getValue()Gets the value of the possible transition styles when moving to the page from another during a presentation | 
| Enum Constant Detail | 
|---|
public static final PdfTransitionStyle Split
public static final PdfTransitionStyle Blinds
public static final PdfTransitionStyle Box
public static final PdfTransitionStyle Wipe
public static final PdfTransitionStyle Dissolve
public static final PdfTransitionStyle Glitter
public static final PdfTransitionStyle Replace
public static final PdfTransitionStyle Fly
public static final PdfTransitionStyle Push
public static final PdfTransitionStyle Cover
public static final PdfTransitionStyle Uncover
public static final PdfTransitionStyle Fade
| Method Detail | 
|---|
public java.lang.String getName()
public int getValue()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||