|
||||||||||
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.RichMediaPresentation
public class RichMediaPresentation
The RichMediaPresentation dictionary contains information about how the annotation and user interface elements are to be visually laid out and drawn. See ExtensionLevel 3 p82
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 | |
---|---|
RichMediaPresentation()
Creates a RichMediaPresentation dictionary. |
Method Summary | |
---|---|
void |
setNavigationPane(com.itextpdf.text.pdf.PdfBoolean navigationPane)
Sets a flag that indicates the default behavior of the navigation pane user interface element. |
void |
setPassContextClick(com.itextpdf.text.pdf.PdfBoolean passContextClick)
Sets a flag that indicates whether a context click on the rich media annotation is passed to the media player run time or is handled by the conforming reader. |
void |
setStyle(com.itextpdf.text.pdf.PdfName style)
Sets the style for the presentation; can be embedded or windowed. |
void |
setToolbar(com.itextpdf.text.pdf.PdfBoolean toolbar)
Sets a flag that indicates the default behavior of an interactive toolbar associated with this annotation. |
void |
setTransparent(com.itextpdf.text.pdf.PdfBoolean transparent)
Set a flag that indicates whether the page content is displayed through the transparent areas of the rich media content (where the alpha value is less than 1.0). |
void |
setWindow(RichMediaWindow window)
A RichMediaWindow Dictionary that describes the size and position of the floating user interface window when the value for Style is set to Windowed. |
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 RichMediaPresentation()
Method Detail |
---|
public void setStyle(com.itextpdf.text.pdf.PdfName style)
style
- PdfName.EMBEDDED or PdfName.WINDOWEDpublic void setWindow(RichMediaWindow window)
window
- a RichMediaWindow objectpublic void setTransparent(com.itextpdf.text.pdf.PdfBoolean transparent)
transparent
- a booleanpublic void setNavigationPane(com.itextpdf.text.pdf.PdfBoolean navigationPane)
navigationPane
- a booleanpublic void setToolbar(com.itextpdf.text.pdf.PdfBoolean toolbar)
toolbar
- a booleanpublic void setPassContextClick(com.itextpdf.text.pdf.PdfBoolean passContextClick)
passContextClick
- a boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |