Class PDAdditionalActions
java.lang.Object
org.apache.pdfbox.pdmodel.interactive.action.PDAdditionalActions
- All Implemented Interfaces:
COSObjectable
This represents a dictionary of actions that occur due to events.
- Author:
- Ben Litchfield
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Constructor. -
Method Summary
Modifier and TypeMethodDescriptionConvert this standard java object to a COS object.getF()
Get the F action.void
Set the F action.
-
Constructor Details
-
PDAdditionalActions
public PDAdditionalActions()Default constructor. -
PDAdditionalActions
Constructor.- Parameters:
a
- The action dictionary.
-
-
Method Details
-
getCOSObject
Convert this standard java object to a COS object.- Specified by:
getCOSObject
in interfaceCOSObjectable
- Returns:
- The cos object that matches this Java object.
-
getF
Get the F action.- Returns:
- The F action.
-
setF
Set the F action.- Parameters:
action
- Get the F action.
-