|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.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 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. |
List |
getNext()
This will get the next action, or sequence of actions, to be performed after this one. |
String |
getSubType()
This will get the type of action that the actions dictionary describes. |
String |
getType()
This will get the type of PDF object that the actions dictionary describes. |
void |
setNext(List next)
This will set the next action, or sequence of actions, to be performed after this one. |
void |
setSubType(String s)
This will set the type of action that the actions dictionary describes. |
void |
setType(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 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 String getType()
public void setType(String type)
type
- The new Type for the PDF object.public String getSubType()
public void setSubType(String s)
s
- The new type of action.public List getNext()
public void setNext(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 |