pdfpagetransition-ag凯发旗舰厅



com.spire.pdf
class pdfpagetransition

java.lang.object
  extended by com.spire.pdf.pdfpagetransition
all implemented interfaces:
ipdfwrapper

public class pdfpagetransition
extends java.lang.object
implements ipdfwrapper

represents parameters how to display the page in the presentation mode.


constructor summary
pdfpagetransition()
          initializes a new instance of the class.
 
method summary
 pdftransitiondimension getdimension()
          gets the dimension in which the specified transition effect occurs.
 pdftransitiondirection getdirection()
          gets the direction in which the specified transition effect moves, expressed in degrees counter clockwise starting from a left-to-right direction.
 float getduration()
          gets the duration of the transition effect.
 pdftransitionmotion getmotion()
          gets the the direction of motion for the specified transition effect.
 float getpageduration()
          gets the pages display duration (also called its advance timing): the maximum length of time, in seconds, that the page is displayed during presentations before the viewer application automatically advances to the next page.
 float getscale()
          gets the starting or ending scale at which the changes are drawn.
 pdftransitionstyle getstyle()
          gets or sets the transition style to use when moving to this page from another during a presentation.
 void setdimension(pdftransitiondimension value)
          sets the dimension in which the specified transition effect occurs.
 void setdirection(pdftransitiondirection value)
          sets the direction in which the specified transition effect moves, expressed in degrees counter clockwise starting from a left-to-right direction.
 void setduration(float value)
          sets the duration of the transition effect.
 void setmotion(pdftransitionmotion value)
          sets the the direction of motion for the specified transition effect.
 void setpageduration(float value)
          sets the pages display duration (also called its advance timing): the maximum length of time, in seconds, that the page is displayed during presentations before the viewer application automatically advances to the next page.
 void setscale(float value)
          sets the starting or ending scale at which the changes are drawn.
 void setstyle(pdftransitionstyle value)
          sets or sets the transition style to use when moving to this page from another during a presentation.
 
constructor detail

pdfpagetransition

public pdfpagetransition()
initializes a new instance of the class.
method detail

getstyle

public pdftransitionstyle getstyle()
gets or sets the transition style to use when moving to this page from another during a presentation.

setstyle

public void setstyle(pdftransitionstyle value)
sets or sets the transition style to use when moving to this page from another during a presentation.

getduration

public float getduration()
gets the duration of the transition effect.

setduration

public void setduration(float value)
sets the duration of the transition effect.

getdimension

public pdftransitiondimension getdimension()
gets the dimension in which the specified transition effect occurs.

setdimension

public void setdimension(pdftransitiondimension value)
sets the dimension in which the specified transition effect occurs.

getmotion

public pdftransitionmotion getmotion()
gets the the direction of motion for the specified transition effect.

setmotion

public void setmotion(pdftransitionmotion value)
sets the the direction of motion for the specified transition effect.

getdirection

public pdftransitiondirection getdirection()
gets the direction in which the specified transition effect moves, expressed in degrees counter clockwise starting from a left-to-right direction. (this differs from the page objects rotate property, which is measured clockwise from the top.)

setdirection

public void setdirection(pdftransitiondirection value)
sets the direction in which the specified transition effect moves, expressed in degrees counter clockwise starting from a left-to-right direction. (this differs from the page objects rotate property, which is measured clockwise from the top.)

getscale

public float getscale()
gets the starting or ending scale at which the changes are drawn. if motion property specifies an inward transition, the scale of the changes drawn progresses from scale to 1.0 over the course of the transition. if motion specifies an outward transition, the scale of the changes drawn progresses from 1.0 to scale over the course of the transition. this property has effect for fly transition style only.

setscale

public void setscale(float value)
sets the starting or ending scale at which the changes are drawn. if motion property specifies an inward transition, the scale of the changes drawn progresses from scale to 1.0 over the course of the transition. if motion specifies an outward transition, the scale of the changes drawn progresses from 1.0 to scale over the course of the transition. this property has effect for fly transition style only.

getpageduration

public float getpageduration()
gets the pages display duration (also called its advance timing): the maximum length of time, in seconds, that the page is displayed during presentations before the viewer application automatically advances to the next page. by default, the viewer does not advance automatically.

setpageduration

public void setpageduration(float value)
sets the pages display duration (also called its advance timing): the maximum length of time, in seconds, that the page is displayed during presentations before the viewer application automatically advances to the next page. by default, the viewer does not advance automatically.


网站地图