Class RichMediaCommand

  • All Implemented Interfaces:
    java.io.Serializable

    public class RichMediaCommand
    extends PdfDictionary
    the annotation handler specific to the target instance specified by the TI key in the parent rich-media-execute action dictionary. See table 8.45b in the Adobe 1.7 ExtensionLevel 3 document. See RichMediaExecute in the Adobe document.
    Since:
    5.0.0
    See Also:
    Serialized Form
    • Constructor Detail

      • RichMediaCommand

        public RichMediaCommand​(PdfString command)
        Creates a RichMediaCommand dictionary.
        Parameters:
        command - a text string specifying the script command (a primitive ActionScript or JavaScript function name).
    • Method Detail

      • setArguments

        public void setArguments​(PdfObject args)
        Sets the arguments for the command.
        Parameters:
        args - a PdfObject that specifies the arguments to the command. The object can be a PdfString, PdfNumber or PdfBoolean, or a PdfArray containing those objects.