|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfbox.pdmodel.interactive.action.type.PDAction
public abstract class PDAction
This represents an action that can be executed in a PDF document.
Field Summary | |
---|---|
protected COSDictionary |
action
The action dictionary. |
static java.lang.String |
TYPE
The type of PDF object. |
Constructor Summary | |
---|---|
PDAction()
Default constructor. |
|
PDAction(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. |
java.util.List |
getNext()
This will get the next action, or sequence of actions, to be performed after this one. |
java.lang.String |
getSubType()
This will get the type of action that the actions dictionary describes. |
java.lang.String |
getType()
This will get the type of PDF object that the actions dictionary describes. |
void |
setNext(java.util.List next)
This will set the next action, or sequence of actions, to be performed after this one. |
void |
setSubType(java.lang.String s)
This will set the type of action that the actions dictionary describes. |
void |
setType(java.lang.String type)
This will set the type of PDF object that the actions dictionary describes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String TYPE
protected COSDictionary action
Constructor Detail |
---|
public PDAction()
public PDAction(COSDictionary a)
a
- The action dictionary.Method Detail |
---|
public COSBase getCOSObject()
getCOSObject
in interface COSObjectable
public COSDictionary getCOSDictionary()
public java.lang.String getType()
public void setType(java.lang.String type)
type
- The new Type for the PDF object.public java.lang.String getSubType()
public void setSubType(java.lang.String s)
s
- The new type of action.public java.util.List getNext()
public void setNext(java.util.List next)
next
- The Next action or sequence of actions.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |