public class PDActionNamed extends PDAction
| Modifier and Type | Field and Description |
|---|---|
static String |
SUB_TYPE
This type of action this object represents.
|
| Constructor and Description |
|---|
PDActionNamed()
Default constructor.
|
PDActionNamed(COSDictionary a)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
COSDictionary |
getCOSDictionary()
Convert this standard java object to a COS object.
|
COSBase |
getCOSObject()
Convert this standard java object to a COS object.
|
String |
getN()
This will get the name of the action to be performed.
|
void |
setN(String name)
This will set the name of the action to be performed.
|
getNext, getSubType, getType, setNext, setSubType, setTypepublic static final String SUB_TYPE
public PDActionNamed()
public PDActionNamed(COSDictionary a)
a - The action dictionary.public COSBase getCOSObject()
getCOSObject in interface COSObjectablegetCOSObject in class PDActionpublic COSDictionary getCOSDictionary()
getCOSDictionary in class PDActionpublic String getN()
public void setN(String name)
name - The name of the action to be performed.Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.