pdftransitionstyle-ag凯发旗舰厅



com.spire.pdf
enum pdftransitionstyle

java.lang.object
  extended by java.lang.enum<pdftransitionstyle>
      extended by com.spire.pdf.pdftransitionstyle
all implemented interfaces:
java.lang.comparable<pdftransitionstyle>

public enum pdftransitionstyle
extends java.lang.enum<pdftransitionstyle>

enumeration of possible transition styles when moving to the page from another during a presentation


enum constant summary
blinds
          multiple lines, evenly spaced across the screen, synchronously sweep in the same direction to reveal the new page.
box
          a rectangular box sweeps inward from the edges of the page or outward from the center, revealing the new page.
cover
          the new page slides on to the screen, covering the old page.
dissolve
          the old page dissolves gradually to reveal the new one.
fade
          the new page gradually becomes visible through the old one.
fly
          changes are flown out or in, to or from a location that is offscreen.
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.
push
          the old page slides off the screen while the new page slides in, pushing the old page out.
replace
          the new page simply replaces the old one with no special transition effect.
split
          two lines sweep across the screen, revealing the new page.
uncover
          the old page slides off the screen, uncovering the new page.
wipe
          a 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

split

public static final pdftransitionstyle split
two lines sweep across the screen, revealing the new page. the lines may be either horizontal or vertical and may move inward from the edges of the page or outward from the center.

blinds

public static final pdftransitionstyle blinds
multiple lines, evenly spaced across the screen, synchronously sweep in the same direction to reveal the new page. the lines may be either horizontal or vertical. horizontal lines move downward; vertical lines move to the right.

box

public static final pdftransitionstyle box
a rectangular box sweeps inward from the edges of the page or outward from the center, revealing the new page.

wipe

public static final pdftransitionstyle wipe
a single line sweeps across the screen from one edge to the other, revealing the new page.

dissolve

public static final pdftransitionstyle dissolve
the old page dissolves gradually to reveal the new one.

glitter

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

replace

public static final pdftransitionstyle replace
the new page simply replaces the old one with no special transition effect.

fly

public static final pdftransitionstyle fly
changes are flown out or in, to or from a location that is offscreen.

push

public static final pdftransitionstyle push
the old page slides off the screen while the new page slides in, pushing the old page out.

cover

public static final pdftransitionstyle cover
the new page slides on to the screen, covering the old page.

uncover

public static final pdftransitionstyle uncover
the old page slides off the screen, uncovering the new page.

fade

public static final pdftransitionstyle fade
the new page gradually becomes visible through the old one.
method detail

getname

public java.lang.string getname()
gets the name of the possible transition styles when moving to the page from another during a presentation

getvalue

public int getvalue()
gets the value of the possible transition styles when moving to the page from another during a presentation


网站地图