public class RichMediaWindow extends PdfDictionary
RichMediaPresentation
,
Serialized FormConstructor 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, toString
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
public void setWidth(float defaultWidth, float maxWidth, float minWidth)
defaultWidth
- the default widthmaxWidth
- the maximum widthminWidth
- the minimum widthpublic void setHeight(float defaultHeight, float maxHeight, float minHeight)
defaultHeight
- the default heightmaxHeight
- the maximum heightminHeight
- the minimum heightpublic void setPosition(RichMediaPosition position)
position
- a RichMediaPosition objectCopyright © 2017. All rights reserved.