pdfgotoaction-ag凯发旗舰厅



com.spire.pdf.actions
class pdfgotoaction

java.lang.object
  extended by com.spire.pdf.actions.pdfaction
      extended by com.spire.pdf.actions.pdfgotoaction
all implemented interfaces:
ipdfwrapper

public class pdfgotoaction
extends pdfaction

represents an action which goes to a destination in the current document.


constructor summary
pdfgotoaction(pdfdestination destination)
          initializes a new instance of the class.
pdfgotoaction(pdfnewpage page)
          initializes a new instance of the class.
 
method summary
 pdfdestination getdestination()
          gets the destination.
 void setdestination(pdfdestination value)
          sets the destination.
 
methods inherited from class com.spire.pdf.actions.pdfaction
getdictionary, getnextaction, setnextaction
 
constructor detail

pdfgotoaction

public pdfgotoaction(pdfdestination destination)
initializes a new instance of the class.
parameters:
destination - the destination to jump to.

pdfgotoaction

public pdfgotoaction(pdfnewpage page)
initializes a new instance of the class.
parameters:
page - the page to jump to.
method detail

getdestination

public pdfdestination getdestination()
gets the destination.

setdestination

public void setdestination(pdfdestination value)
sets the destination.


网站地图