Package com.itextpdf.text.pdf.richmedia
Class RichMediaCommand
- java.lang.Object
-
- com.itextpdf.text.pdf.PdfObject
-
- com.itextpdf.text.pdf.PdfDictionary
-
- com.itextpdf.text.pdf.richmedia.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 Summary
Constructors Constructor Description RichMediaCommand(PdfString command)
Creates a RichMediaCommand dictionary.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setArguments(PdfObject args)
Sets the arguments for the command.-
Methods inherited from class com.itextpdf.text.pdf.PdfDictionary
checkType, clear, contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getKeys, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putEx, remove, size, toPdf, toString
-
Methods inherited from class com.itextpdf.text.pdf.PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
-
-
-
-
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.
-
-