Class PDActionSound

java.lang.Object
org.sejda.sambox.pdmodel.interactive.action.PDAction
org.sejda.sambox.pdmodel.interactive.action.PDActionSound
All Implemented Interfaces:
COSObjectable, PDDestinationOrAction

public class PDActionSound extends PDAction
This represents a Sound action that can be executed in a PDF document
Author:
Timur Kamalov
  • Field Details

  • Constructor Details

    • PDActionSound

      public PDActionSound()
      Default constructor.
    • PDActionSound

      public PDActionSound(COSDictionary a)
      Constructor.
      Parameters:
      a - The action dictionary.
  • Method Details

    • getS

      public String 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

      public void setS(String s)
      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.