Class PDActionThread
java.lang.Object
org.apache.pdfbox.pdmodel.interactive.action.PDAction
org.apache.pdfbox.pdmodel.interactive.action.PDActionThread
- All Implemented Interfaces:
COSObjectable
,PDDestinationOrAction
This represents a thread action that can be executed in a PDF document.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Constructor. -
Method Summary
Methods inherited from class org.apache.pdfbox.pdmodel.interactive.action.PDAction
getCOSObject, getNext, getSubType, getType, setNext, setSubType, setType
-
Field Details
-
SUB_TYPE
This type of action this object represents.- See Also:
-
-
Constructor Details
-
PDActionThread
public PDActionThread()Default constructor. -
PDActionThread
Constructor.- Parameters:
a
- The action dictionary.
-
-
Method Details
-
getD
- Returns:
- The D entry of the specific thread action dictionary.
-
setD
- Parameters:
d
- The destination.
-
getFile
This will get the file in which the destination is located.- Returns:
- The F entry of the specific thread action dictionary.
- Throws:
IOException
- If there is an error creating the file spec.
-
setFile
This will set the file in which the destination is located.- Parameters:
fs
- The file specification.
-
getB
- Returns:
- The B entry of the specific thread action dictionary.
-
setB
- Parameters:
b
- The destination.
-