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 |
---|---|
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.
|
getCOSObject, getNext, getSubType, getType, setNext, setSubType, setType
public static final String SUB_TYPE
public PDActionNamed()
public PDActionNamed(COSDictionary a)
a
- The action dictionary.Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.