|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itextpdf.text.pdf.PdfObject
com.itextpdf.text.pdf.PdfDictionary
com.itextpdf.text.pdf.richmedia.RichMediaParams
public class RichMediaParams
Dictionary containing parameters related to an active Flash subtype in a RichMediaInstance dictionary. See ExtensionLevel 3 p90
| Field Summary |
|---|
| Fields inherited from class com.itextpdf.text.pdf.PdfDictionary |
|---|
CATALOG, FONT, hashMap, OUTLINES, PAGE, PAGES |
| 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 |
| Constructor Summary | |
|---|---|
RichMediaParams()
Creates a RichMediaParams object. |
|
| Method Summary | |
|---|---|
void |
setBinding(com.itextpdf.text.pdf.PdfName binding)
Sets the binding. |
void |
setBindingMaterialName(com.itextpdf.text.pdf.PdfString bindingMaterialName)
Stores the material name that content is to be bound to. |
void |
setCuePoints(com.itextpdf.text.pdf.PdfArray cuePoints)
Sets an array of CuePoint dictionaries containing points in time within a Flash animation. |
void |
setFlashVars(java.lang.String flashVars)
Sets a text string containing formatted name value pairs passed to the Flash Player context when activated. |
void |
setSettings(com.itextpdf.text.pdf.PdfString settings)
A text string used to store settings information associated with a Flash RichMediaInstance. |
| Methods inherited from class com.itextpdf.text.pdf.PdfDictionary |
|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RichMediaParams()
| Method Detail |
|---|
public void setFlashVars(java.lang.String flashVars)
flashVars - a String with the Flash variablespublic void setBinding(com.itextpdf.text.pdf.PdfName binding)
binding - possible values:
PdfName.NONE, PdfName.FOREGROUND, PdfName.BACKGROUND, PdfName.MATERIALpublic void setBindingMaterialName(com.itextpdf.text.pdf.PdfString bindingMaterialName)
bindingMaterialName - a material namepublic void setCuePoints(com.itextpdf.text.pdf.PdfArray cuePoints)
cuePoints - a PdfArray with CuePoint objectspublic void setSettings(com.itextpdf.text.pdf.PdfString settings)
settings - a PdfString
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||