org.pdfbox.pdmodel.interactive.action
Class PDAdditionalActions
java.lang.Object
org.pdfbox.pdmodel.interactive.action.PDAdditionalActions
- COSObjectable
public class PDAdditionalActions
extends java.lang.Object
This represents a dictionary of actions that occur due to events.
PDAdditionalActions
public PDAdditionalActions()
Default constructor.
PDAdditionalActions
public PDAdditionalActions(COSDictionary a)
Constructor.
a
- The action dictionary.
getCOSDictionary
public COSDictionary getCOSDictionary()
Convert this standard java object to a COS object.
- The cos object that matches this Java object.
getCOSObject
public COSBase getCOSObject()
Convert this standard java object to a COS object.
- getCOSObject in interface COSObjectable
- The cos object that matches this Java object.
getF
public PDAction getF()
Get the F action.
setF
public void setF(PDAction action)
Set the F action.
action
- Get the F action.