Class PDActionNamed
java.lang.Object
org.apache.pdfbox.pdmodel.interactive.action.PDAction
org.apache.pdfbox.pdmodel.interactive.action.PDActionNamed
- All Implemented Interfaces:
COSObjectable, PDDestinationOrAction
This represents a named action in a PDF document.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Constructor. -
Method Summary
Methods inherited from class PDAction
getCOSObject, getNext, getSubType, getType, setNext, setSubType, setType
-
Field Details
-
SUB_TYPE
-
-
Constructor Details
-
PDActionNamed
public PDActionNamed()Default constructor. -
PDActionNamed
-
-
Method Details
-
getN
This will get the name of the action to be performed.- Returns:
- The name of the action to be performed.
-
setN
This will set the name of the action to be performed.- Parameters:
name- The name of the action to be performed.
-