public class PDAdditionalActions extends java.lang.Object implements COSObjectable
Modifier and Type | Field and Description |
---|---|
private COSDictionary |
actions |
Constructor and Description |
---|
PDAdditionalActions()
Default constructor.
|
PDAdditionalActions(COSDictionary a)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
COSDictionary |
getCOSObject()
Convert this standard java object to a COS object.
|
PDAction |
getF()
Get the F action.
|
void |
setF(PDAction action)
Set the F action.
|
private final COSDictionary actions
public PDAdditionalActions()
public PDAdditionalActions(COSDictionary a)
a
- The action dictionary.public COSDictionary getCOSObject()
getCOSObject
in interface COSObjectable
public PDAction getF()
public void setF(PDAction action)
action
- Get the F action.