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:
Serializable
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:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
RichMediaCommand
Creates a RichMediaCommand dictionary.- Parameters:
command
- a text string specifying the script command (a primitive ActionScript or JavaScript function name).
-
-
Method Details
-
setArguments
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.
-