public class RichMediaPresentation extends PdfDictionary
| Constructor and Description | 
|---|
RichMediaPresentation() 
            
              Creates a RichMediaPresentation dictionary. 
               |  
          
| Modifier and Type | Method and Description | 
|---|---|
void |  
           setNavigationPane(PdfBoolean navigationPane) 
            
              Sets a flag that indicates the default behavior of the navigation pane user interface element. 
               |  
          
void |  
           setPassContextClick(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(PdfName style) 
            
              Sets the style for the presentation; can be embedded or windowed. 
               |  
          
void |  
           setToolbar(PdfBoolean toolbar) 
            
              Sets a flag that indicates the default behavior of an interactive toolbar associated with this annotation. 
               |  
          
void |  
           setTransparent(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. 
               |  
          
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, toStringcanBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, typepublic RichMediaPresentation()
public void setStyle(PdfName style)
style - PdfName.EMBEDDED or PdfName.WINDOWED 
           public void setWindow(RichMediaWindow window)
window - a RichMediaWindow object 
           public void setTransparent(PdfBoolean transparent)
transparent - a boolean 
           public void setNavigationPane(PdfBoolean navigationPane)
navigationPane - a boolean 
           public void setToolbar(PdfBoolean toolbar)
toolbar - a boolean 
           public void setPassContextClick(PdfBoolean passContextClick)
passContextClick - a boolean 
           Copyright © 1998–2019. All rights reserved.