| |
|
| java.lang.Object de.intarsys.pdf.cos.COSBasedObject de.intarsys.pdf.pd.PDObject de.intarsys.pdf.pd.PDPageNode de.intarsys.pdf.pd.PDPage
META | final public static MetaClass META(Code) | | The meta class instance
|
PAGE_ACTION_TRIGGERS | final public static Set PAGE_ACTION_TRIGGERS(Code) | | supported additional action triggers
|
PDPage | protected PDPage(COSObject object)(Code) | | Create the receiver class from an already defined
COSDictionary .
NEVER use the constructor directly.
Parameters: object - the PDDocument containing the new object |
addAnnotation | public void addAnnotation(PDAnnotation annot)(Code) | | Add a
PDAnnotation to the collection of annotations on the
receiver page.
Parameters: annot - The PDAnnotation to add to the page. |
collectAnnotations | protected void collectAnnotations(List annotations)(Code) | | |
cosGetContents | public COSObject cosGetContents()(Code) | | The /Contents entry
The /Contents entry |
cosGetPieceInfo | public COSDictionary cosGetPieceInfo()(Code) | | The piece info dictionary of the document.
The piece info dictionary of the document. |
cosPrependContents | public void cosPrependContents(COSStream content)(Code) | | Prepend contents to the pages content.
Parameters: content - The COSStream to add to the page |
cosSetContents | public COSObject cosSetContents(COSObject content)(Code) | | Set the /Contents for the page
Parameters: content - the stream defining the page content The /Contents entry previously associated with this. |
cosSetPieceInfo | public COSDictionary cosSetPieceInfo(COSDictionary dict)(Code) | | Set the piece info dictionary of the document.
Parameters: dict - The piece info dictionary of the document. The /PieceInfo entry previously associated with this. |
dispose | public void dispose()(Code) | | |
getAnnotations | public List getAnnotations()(Code) | | Get a list of all
PDAnnotation objects that are referenced in
this page.
A list of all PDAnnotation objects that are referenced inthis page or null if none exist. |
getContentStream | public CSContent getContentStream()(Code) | | The
CSContent defining the visual content of the page.
The CSContent defining the visual content of the page. |
getContentsSize | protected int getContentsSize()(Code) | | |
getCount | public int getCount()(Code) | | |
getNextAnnotation | public PDAnnotation getNextAnnotation(PDAnnotation annot)(Code) | | The
PDAnnotation following the given
PDAnnotation annot
or null, if annot was the last one in the list or does't
exist on this page.
Parameters: annot - a PDAnnotation a PDAnnotation or null |
getNextPage | public PDPage getNextPage()(Code) | | The next page after the receiver.
The next page after the receiver. |
getPreviousAnnotation | public PDAnnotation getPreviousAnnotation(PDAnnotation annot)(Code) | | Returns the
PDAnnotation preceding the given
PDAnnotation annot or null, if annot was the first one in the list or does't exist on
this page.
Parameters: annot - a PDAnnotation a PDAnnotation or null |
getPreviousPage | public PDPage getPreviousPage()(Code) | | Get the previous page before the receiver.
Get the previous page before the receiver. |
getResources | public PDResources getResources()(Code) | | return a PDCResourceDict. this is a wrapper around a COSDictionary that
handles Resource specific details.
the resource dict as a PDCResourceDict |
getSupportedTriggerEvents | public Set getSupportedTriggerEvents()(Code) | | |
initializeFromScratch | protected void initializeFromScratch()(Code) | | |
invalidateCaches | public void invalidateCaches()(Code) | | |
isPage | public boolean isPage()(Code) | | |
removeApplicationData | public void removeApplicationData(String name)(Code) | | Remove the
PDApplicationData associated with name
from this page.
Parameters: name - The name of the application data object to be removed. |
setContentStream | public void setContentStream(CSContent contentStream)(Code) | | Assign a new visual appearance to the page.
Parameters: contentStream - The new visual appearance. |
Methods inherited from de.intarsys.pdf.cos.COSBasedObject | public void changed(COSObject pObject, Object slot, Object oldValue, Object newValue)(Code)(Java Doc) public COSArray cosGetArray()(Code)(Java Doc) public COSDictionary cosGetDict()(Code)(Java Doc) public COSDocument cosGetDoc()(Code)(Java Doc) public COSObject cosGetField(COSName name)(Code)(Java Doc) public COSObject cosGetObject()(Code)(Java Doc) public COSStream cosGetStream()(Code)(Java Doc) public boolean cosHasField(COSName name)(Code)(Java Doc) public COSObject cosRemoveField(COSName name)(Code)(Java Doc) public COSObject cosSetField(COSName name, COSObject cosObj)(Code)(Java Doc) public Object getAttribute(Object key)(Code)(Java Doc) public boolean getFieldBoolean(COSName name, boolean defaultValue)(Code)(Java Doc) public CDSDate getFieldDate(COSName name, CDSDate defaultValue)(Code)(Java Doc) public float getFieldFixed(COSName name, float defaultValue)(Code)(Java Doc) public float[] getFieldFixedArray(COSName name, float[] defaultValue)(Code)(Java Doc) public int getFieldInt(COSName name, int defaultValue)(Code)(Java Doc) public String getFieldMLString(COSName name, String defaultValue)(Code)(Java Doc) public String getFieldString(COSName name, String defaultValue)(Code)(Java Doc) protected void initializeFromCos()(Code)(Java Doc) protected void initializeFromScratch()(Code)(Java Doc) public void invalidateCaches()(Code)(Java Doc) public Object removeAttribute(Object key)(Code)(Java Doc) public Object setAttribute(Object key, Object value)(Code)(Java Doc) public void setFieldBoolean(COSName name, boolean value)(Code)(Java Doc) public void setFieldFixed(COSName name, float value)(Code)(Java Doc) protected void setFieldFixedArray(COSName key, float[] array)(Code)(Java Doc) public void setFieldInt(COSName name, int value)(Code)(Java Doc) public void setFieldMLString(COSName name, String value)(Code)(Java Doc) public void setFieldName(COSName name, String value)(Code)(Java Doc) public void setFieldObject(COSName name, COSBasedObject value)(Code)(Java Doc) public void setFieldString(COSName name, String value)(Code)(Java Doc) public String toString()(Code)(Java Doc)
|
|
|
|