Class PDActionMovie
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.interactive.action.PDAction
-
- org.apache.pdfbox.pdmodel.interactive.action.PDActionMovie
-
- All Implemented Interfaces:
COSObjectable
,PDDestinationOrAction
public class PDActionMovie extends PDAction
-
-
Constructor Summary
Constructors Constructor Description PDActionMovie()
Default constructor.PDActionMovie(COSDictionary a)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getS()
Deprecated.void
setS(java.lang.String s)
Deprecated.-
Methods inherited from class org.apache.pdfbox.pdmodel.interactive.action.PDAction
getCOSObject, getNext, getSubType, getType, setNext, setSubType, setType
-
-
-
-
Field Detail
-
SUB_TYPE
public static final java.lang.String SUB_TYPE
This type of action this object represents.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PDActionMovie
public PDActionMovie()
Default constructor.
-
PDActionMovie
public PDActionMovie(COSDictionary a)
Constructor.- Parameters:
a
- The action dictionary.
-
-
Method Detail
-
getS
@Deprecated public java.lang.String 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 public void setS(java.lang.String s)
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.
-
-