|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.pdfpagetransition
public class pdfpagetransition
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 |
---|
public pdfpagetransition()
method detail |
---|
public pdftransitionstyle getstyle()
public void setstyle(pdftransitionstyle value)
public float getduration()
public void setduration(float value)
public pdftransitiondimension getdimension()
public void setdimension(pdftransitiondimension value)
public pdftransitionmotion getmotion()
public void setmotion(pdftransitionmotion value)
public pdftransitiondirection getdirection()
public void setdirection(pdftransitiondirection value)
public float getscale()
public void setscale(float value)
public float getpageduration()
public void setpageduration(float value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |