Class PDActionMovie

    • Field Detail

      • SUB_TYPE

        public static final java.lang.String SUB_TYPE
        This type of action this object represents.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PDActionMovie

        public PDActionMovie()
        Default constructor.
      • PDActionMovie

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

      • getS

        @Deprecated
        public java.lang.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​(java.lang.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.