pdfaction-ag凯发旗舰厅



com.spire.pdf.actions
class pdfaction

java.lang.object
  extended by com.spire.pdf.actions.pdfaction
all implemented interfaces:
ipdfwrapper
direct known subclasses:
pdfembeddedgotoaction, pdfformaction, pdfgotoaction, pdfjavascriptaction, pdflaunchaction, pdfnamedaction, pdfsoundaction

public abstract class pdfaction
extends java.lang.object
implements ipdfwrapper

represents base class for all action types.


constructor summary
protected pdfaction()
           
 
method summary
  getdictionary()
          gets the dictionary.
 pdfaction getnextaction()
          gets the next action to be performed after the action represented by this instance.
 void setnextaction(pdfaction value)
          sets the next action to be performed after the action represented by this instance.
 
constructor detail

pdfaction

protected pdfaction()
method detail

getnextaction

public pdfaction getnextaction()
gets the next action to be performed after the action represented by this instance.

setnextaction

public void setnextaction(pdfaction value)
sets the next action to be performed after the action represented by this instance.

getdictionary

public  getdictionary()
gets the dictionary.
returns:
the dictionary.


网站地图