COSObjectable
, PDDestinationOrAction
public class PDActionMovie extends PDAction
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
SUB_TYPE |
This type of action this object represents.
|
Constructor | Description |
---|---|
PDActionMovie() |
Default constructor.
|
PDActionMovie(COSDictionary a) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getS() |
Deprecated.
|
void |
setS(java.lang.String s) |
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCOSObject, getNext, getSubType, getType, setNext, setSubType, setType
public static final java.lang.String SUB_TYPE
public PDActionMovie()
public PDActionMovie(COSDictionary a)
a
- The action dictionary.@Deprecated public java.lang.String getS()
PDAction.getSubType()
.@Deprecated public void setS(java.lang.String s)
PDAction.setSubType(java.lang.String)
.s
- The Movie action.Copyright © 2002–2018. All rights reserved.