|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfbox.pdmodel.interactive.action.PDPageAdditionalActions
This class represents a page object's dictionary of actions that occur due to events.
Constructor Summary | |
PDPageAdditionalActions()
Default constructor. |
|
PDPageAdditionalActions(COSDictionary a)
Constructor. |
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PDPageAdditionalActions()
public PDPageAdditionalActions(COSDictionary a)
a
- The action dictionary.Method Detail |
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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |