java.lang.Object
org.sejda.sambox.pdmodel.interactive.action.PDAction
org.sejda.sambox.pdmodel.interactive.action.PDActionSound
- All Implemented Interfaces:
COSObjectable,PDDestinationOrAction
This represents a Sound action that can be executed in a PDF document
- Author:
- Timur Kamalov
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Constructor. -
Method Summary
Methods inherited from class org.sejda.sambox.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
-
PDActionSound
public PDActionSound()Default constructor. -
PDActionSound
Constructor.- Parameters:
a- The action dictionary.
-
-
Method Details
-
getS
This will get the type of action that the actions dictionary describes. It must be Sound for a Sound action.- Returns:
- The S entry of the specific Sound action dictionary.
-
setS
This will set the type of action that the actions dictionary describes. It must be Sound for a Sound action.- Parameters:
s- The Sound action.
-