COSObjectable
, PDDestinationOrAction
public class PDActionNamed extends PDAction
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
SUB_TYPE |
This type of action this object represents.
|
Constructor | Description |
---|---|
PDActionNamed() |
Default constructor.
|
PDActionNamed(COSDictionary a) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
COSDictionary |
getCOSDictionary() |
Convert this standard java object to a COS object.
|
COSBase |
getCOSObject() |
Convert this standard java object to a COS object.
|
java.lang.String |
getN() |
This will get the name of the action to be performed.
|
void |
setN(java.lang.String name) |
This will set the name of the action to be performed.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNext, getSubType, getType, setNext, setSubType, setType
public static final java.lang.String SUB_TYPE
public PDActionNamed()
public PDActionNamed(COSDictionary a)
a
- The action dictionary.public COSBase getCOSObject()
getCOSObject
in interface COSObjectable
getCOSObject
in class PDAction
public COSDictionary getCOSDictionary()
getCOSDictionary
in class PDAction
public java.lang.String getN()
public void setN(java.lang.String name)
name
- The name of the action to be performed.