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