public class PDPageAdditionalActions extends java.lang.Object implements COSObjectable
Modifier and Type | Field and Description |
---|---|
private COSDictionary |
actions |
Constructor and Description |
---|
PDPageAdditionalActions()
Default constructor.
|
PDPageAdditionalActions(COSDictionary a)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
PDAction |
getC()
This will get an action to be performed when the page
is closed.
|
COSDictionary |
getCOSObject()
Convert this standard java object to a COS object.
|
PDAction |
getO()
This will get an action to be performed when the page
is opened.
|
void |
setC(PDAction c)
This will set an action to be performed when the page
is closed.
|
void |
setO(PDAction o)
This will set an action to be performed when the page
is opened.
|
private final COSDictionary actions
public PDPageAdditionalActions()
public PDPageAdditionalActions(COSDictionary a)
a
- The action dictionary.public COSDictionary getCOSObject()
getCOSObject
in interface COSObjectable
public PDAction getO()
public void setO(PDAction o)
o
- The action to be performed.public PDAction getC()
public void setC(PDAction c)
c
- The action to be performed.