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
Author:
Timur Kamalov
  • Field Details

  • Constructor Details

    • PDActionMovie

      public PDActionMovie()
      Default constructor.
    • PDActionMovie

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

    • getS

      @Deprecated public 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(String s)
      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.