public class PDActionMovie extends PDAction
Modifier and Type | Field and Description |
---|---|
static String |
SUB_TYPE
This type of action this object represents.
|
Constructor and Description |
---|
PDActionMovie()
Default constructor.
|
PDActionMovie(COSDictionary a)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getS()
Deprecated.
|
void |
setS(String s)
Deprecated.
|
getCOSObject, getNext, getSubType, getType, setNext, setSubType, setType
public static final String SUB_TYPE
public PDActionMovie()
public PDActionMovie(COSDictionary a)
a
- The action dictionary.@Deprecated public String getS()
PDAction.getSubType()
.@Deprecated public void setS(String s)
PDAction.setSubType(java.lang.String)
.s
- The Movie action.Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.