|
||||||||||
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.RichMediaWindow
public class RichMediaWindow
The RichMediaWindow dictionary stores the dimensions and position of the floating window presented to the user. It is used only if Style is set to Windowed. See ExtensionLevel 3 p84
RichMediaPresentation
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 | |
---|---|
RichMediaWindow()
Creates a RichMediaWindow dictionary. |
Method Summary | |
---|---|
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. |
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 RichMediaWindow()
Method Detail |
---|
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 object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |