COSObjectable
public class PDPageAdditionalActions extends java.lang.Object implements COSObjectable
Constructor | Description |
---|---|
PDPageAdditionalActions() |
Default constructor.
|
PDPageAdditionalActions(COSDictionary a) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
PDAction |
getC() |
This will get an action to be performed when the page
is closed.
|
COSDictionary |
getCOSDictionary() |
Convert this standard java object to a COS object.
|
COSBase |
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.
|
public PDPageAdditionalActions()
public PDPageAdditionalActions(COSDictionary a)
a
- The action dictionary.public COSBase getCOSObject()
getCOSObject
in interface COSObjectable
public COSDictionary getCOSDictionary()
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.