Uses of Class
aspose.pdf.PageTransitionType

Uses of PageTransitionType in aspose.pdf
 

Fields in aspose.pdf declared as PageTransitionType
static PageTransitionType PageTransitionType.Blinds
          Two lines sweep across the screen.
static PageTransitionType PageTransitionType.Box
          Multiple lines,evenly spaced across the screen,synchronously sweep in the same direction.
static PageTransitionType PageTransitionType.Dissolve
          A single line sweeps across the screen from one edge to the other.
static PageTransitionType PageTransitionType.Glitter
          The old page dissolves gradually.
static PageTransitionType PageTransitionType.None
          The new page simply replaces the old one with no special transition effect.
static PageTransitionType 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 PageTransitionType.Split
          No transition.
static PageTransitionType PageTransitionType.Wipe
          A rectangular box sweeps inward from the edges of the page or outward from the center.
 

Methods in aspose.pdf that return PageTransitionType
 PageTransitionType Pdf.getPageTransitionType()
          Gets a PageTransitionType that indicates the pdf document page transition type.
 

Methods in aspose.pdf with parameters of type PageTransitionType
 void Pdf.setPageTransitionType(PageTransitionType value)
          Sets a PageTransitionType that indicates the pdf document page transition type.