public class RichMediaWindow extends PdfDictionary
RichMediaPresentation, Serialized Form
| Constructor and Description |
|---|
RichMediaWindow()
Creates a RichMediaWindow dictionary.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setHeight(float defaultHeight, float maxHeight, float minHeight)
Sets a dictionary with keys Default, Max, and Min describing values for the height of the Window in default user space units.
|
void |
setPosition(RichMediaPosition position)
Sets a RichMediaPosition dictionary describing the position of the RichMediaWindow.
|
void |
setWidth(float defaultWidth, float maxWidth, float minWidth)
Sets a dictionary with keys Default, Max, and Min describing values for the width of the Window in default user space units.
|
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 void setWidth(float defaultWidth,
float maxWidth,
float minWidth)
defaultWidth - the default width
maxWidth - the maximum width
minWidth - the minimum width
public void setHeight(float defaultHeight,
float maxHeight,
float minHeight)
defaultHeight - the default height
maxHeight - the maximum height
minHeight - the minimum height
public void setPosition(RichMediaPosition position)
position - a RichMediaPosition object
Copyright © 1998–2021. All rights reserved.