public class RichMediaCommand extends PdfDictionary
Constructor and Description |
---|
RichMediaCommand(PdfString command)
Creates a RichMediaCommand dictionary.
|
Modifier and Type | Method and Description |
---|---|
void |
setArguments(PdfObject args)
Sets the arguments for the command.
|
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
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
public RichMediaCommand(PdfString command)
command
- a text string specifying the script command (a primitive ActionScript or JavaScript function name).
public void setArguments(PdfObject args)
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 © 2016. All rights reserved.