pdfaction-ag凯发旗舰厅
com.spire.pdf.actions
class pdfaction
java.lang.object
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.
pdfaction
protected pdfaction()
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.