|
||||||||||
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.RichMediaActivation
public class RichMediaActivation
The RichMediaActivation dictionary specifies the style of presentation, default script behavior, default view information, and animation style when the annotation is activated. See ExtensionLevel 3 p78
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 | |
---|---|
RichMediaActivation()
Creates a RichMediaActivation dictionary. |
Method Summary | |
---|---|
void |
setAnimation(RichMediaAnimation animation)
Sets the animation dictionary describing the preferred method that conforming readers should use to drive keyframe animations present in this artwork. |
void |
setCondition(com.itextpdf.text.pdf.PdfName condition)
Sets the activation condition. |
void |
setConfiguration(com.itextpdf.text.pdf.PdfIndirectReference configuration)
Sets an indirect object reference to a RichMediaConfiguration dictionary that shall also be referenced by the Configurations array in the RichMediaContent dictionary (which is part of the RichMediaAnnotation object). |
void |
setPresentation(RichMediaPresentation richMediaPresentation)
Sets a RichMediaPresentation dictionary that contains information as to how the annotation and user interface elements will be visually laid out and drawn. |
void |
setScripts(com.itextpdf.text.pdf.PdfArray scripts)
Sets an array of indirect object references to file specification dictionaries, each of which describe a JavaScript file that shall be present in the Assets name tree of the RichMediaContent dictionary. |
void |
setView(com.itextpdf.text.pdf.PdfIndirectReference view)
Sets an indirect object reference to a 3D view dictionary that shall also be referenced by the Views array within the annotation's RichMediaContent dictionary. |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RichMediaActivation()
Method Detail |
---|
public void setCondition(com.itextpdf.text.pdf.PdfName condition)
condition
- possible values are:
PdfName.XA, PdfName.PO, or PdfName.PVpublic void setAnimation(RichMediaAnimation animation)
animation
- a RichMediaAnimation dictionarypublic void setView(com.itextpdf.text.pdf.PdfIndirectReference view)
view
- an indirect referencepublic void setConfiguration(com.itextpdf.text.pdf.PdfIndirectReference configuration)
configuration
- an indirect referencepublic void setPresentation(RichMediaPresentation richMediaPresentation)
richMediaPresentation
- a RichMediaPresentation objectpublic void setScripts(com.itextpdf.text.pdf.PdfArray scripts)
scripts
- a PdfArray
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |