|
||||||||||
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.RichMediaPosition
public class RichMediaPosition
The position of the window in the reader presentation area is described by the RichMediaPosition dictionary. The position of the window remains fixed, regardless of the page translation. See ExtensionLevel 3 p84
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 | |
---|---|
RichMediaPosition()
Constructs a RichMediaPosition dictionary. |
Method Summary | |
---|---|
void |
setHAlign(com.itextpdf.text.pdf.PdfName hAlign)
Set the horizontal alignment. |
void |
setHOffset(float hOffset)
Sets the offset from the alignment point specified by the HAlign key. |
void |
setVAlign(com.itextpdf.text.pdf.PdfName vAlign)
Set the horizontal alignment. |
void |
setVOffset(float vOffset)
Sets the offset from the alignment point specified by the VAlign key. |
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 RichMediaPosition()
Method Detail |
---|
public void setHAlign(com.itextpdf.text.pdf.PdfName hAlign)
hAlign
- possible values are
PdfName.NEAR, PdfName.CENTER, or PdfName.FARpublic void setVAlign(com.itextpdf.text.pdf.PdfName vAlign)
vAlign
- possible values are
PdfName.NEAR, PdfName.CENTER, or PdfName.FARpublic void setHOffset(float hOffset)
hOffset
- an offsetpublic void setVOffset(float vOffset)
vOffset
- an offset
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |