Class PDActionMovie
java.lang.Object
org.apache.pdfbox.pdmodel.interactive.action.PDAction
org.apache.pdfbox.pdmodel.interactive.action.PDActionMovie
- All Implemented Interfaces:
COSObjectable
,PDDestinationOrAction
-
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
-
PDActionMovie
public PDActionMovie()Default constructor. -
PDActionMovie
Constructor.- Parameters:
a
- The action dictionary.
-
-
Method Details
-
getS
Deprecated.This will get the type of action that the actions dictionary describes. It must be Movie for a Movie action.- Returns:
- The S entry of the specific Movie action dictionary.
-
setS
Deprecated.This will set the type of action that the actions dictionary describes. It must be Movie for a Movie action.- Parameters:
s
- The Movie action.
-
PDAction.getSubType()
.