|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfbox.pdmodel.interactive.action.PDDocumentCatalogAdditionalActions
This class represents a document catalog's dictionary of actions that occur due to events.
Constructor Summary | |
PDDocumentCatalogAdditionalActions()
Default constructor. |
|
PDDocumentCatalogAdditionalActions(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 |
getDP()
This will get a JavaScript action to be performed after printing a document. |
PDAction |
getDS()
This will get a JavaScript action to be performed after saving a document. |
PDAction |
getWC()
This will get a JavaScript action to be performed before closing a document. |
PDAction |
getWP()
This will get a JavaScript action to be performed before printing a document. |
PDAction |
getWS()
This will get a JavaScript action to be performed before saving a document. |
void |
setDP(PDAction dp)
This will set a JavaScript action to be performed after printing a document. |
void |
setDS(PDAction ds)
This will set a JavaScript action to be performed after saving a document. |
void |
setWC(PDAction wc)
This will set a JavaScript action to be performed before closing a document. |
void |
setWP(PDAction wp)
This will set a JavaScript action to be performed before printing a document. |
void |
setWS(PDAction ws)
This will set a JavaScript action to be performed before saving a document. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PDDocumentCatalogAdditionalActions()
public PDDocumentCatalogAdditionalActions(COSDictionary a)
a
- The action dictionary.Method Detail |
public COSBase getCOSObject()
getCOSObject
in interface COSObjectable
public COSDictionary getCOSDictionary()
public PDAction getWC()
public void setWC(PDAction wc)
wc
- The action to be performed.public PDAction getWS()
public void setWS(PDAction ws)
ws
- The action to be performed.public PDAction getDS()
public void setDS(PDAction ds)
ds
- The action to be performed.public PDAction getWP()
public void setWP(PDAction wp)
wp
- The action to be performed.public PDAction getDP()
public void setDP(PDAction dp)
dp
- The action to be performed.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |