Class RichMediaCommand

All Implemented Interfaces:
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:
  • Constructor Details

    • 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 Details

    • 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.