Class PDActionNamed
- java.lang.Object
-
- com.tom_roush.pdfbox.pdmodel.interactive.action.PDAction
-
- com.tom_roush.pdfbox.pdmodel.interactive.action.PDActionNamed
-
- All Implemented Interfaces:
COSObjectable,PDDestinationOrAction
public class PDActionNamed extends PDAction
This represents a named action in a PDF document.
-
-
Constructor Summary
Constructors Constructor Description PDActionNamed()Default constructor.PDActionNamed(COSDictionary a)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetN()This will get the name of the action to be performed.voidsetN(String name)This will set the name of the action to be performed.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from class com.tom_roush.pdfbox.pdmodel.interactive.action.PDAction
getCOSObject, getNext, getSubType, getType, setNext, setSubType, setType
-
-
-
-
Field Detail
-
SUB_TYPE
public static final String SUB_TYPE
This type of action this object represents.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PDActionNamed
public PDActionNamed()
Default constructor.
-
PDActionNamed
public PDActionNamed(COSDictionary a)
Constructor.- Parameters:
a- The action dictionary.
-
-