|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfbox.pdmodel.interactive.action.PDAdditionalActions
This represents a dictionary of actions that occur due to events.
Constructor Summary | |
PDAdditionalActions()
Default constructor. |
|
PDAdditionalActions(COSDictionary a)
Constructor. |
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PDAdditionalActions()
public PDAdditionalActions(COSDictionary a)
a
- The action dictionary.Method Detail |
public COSBase getCOSObject()
getCOSObject
in interface COSObjectable
public COSDictionary getCOSDictionary()
public PDAction getF()
public void setF(PDAction action)
action
- Get the F action.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |