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
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
Fields inherited from class com.itextpdf.text.pdf.PdfObject |
ARRAY, BOOLEAN, bytes, DICTIONARY, INDIRECT, indRef, NAME, NOTHING, NULL, NUMBER, STREAM, STRING, TEXT_PDFDOCENCODING, TEXT_UNICODE, type |
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 |
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).
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.
Copyright © 2014. All Rights Reserved.