| |
|
| java.lang.Object de.intarsys.pdf.cos.COSBasedObject de.intarsys.pdf.pd.PDObject de.intarsys.pdf.pd.PDXObject de.intarsys.pdf.pd.PDForm
META | final public static MetaClass META(Code) | | The meta class instance
|
PDForm | protected PDForm(COSObject object)(Code) | | Create the receiver class from an already defined
COSStream .
NEVER use the constructor directly.
Parameters: object - the PDDocument containing the new object |
addMarkedContent | public void addMarkedContent(byte[] content)(Code) | | Add new marked content to the stream.
Parameters: content - The new variable content of the stream. |
cosGetExpectedSubtype | protected COSName cosGetExpectedSubtype()(Code) | | |
cosGetPieceInfo | public COSDictionary cosGetPieceInfo()(Code) | | The piece info dictionary of the document.
The piece info dictionary of the document. |
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. |
getBoundingBox | public CDSRectangle getBoundingBox()(Code) | | The bounding box of the receiver form.
The bounding box of the receiver form. |
getMatrix | public CDSMatrix getMatrix()(Code) | | The form matrix of the receiver form.
The form matrix of the receiver form. |
getResources | public PDResources getResources()(Code) | | The resource dictionary of the receiver form. This method can return null
if no resource dictionary is available.
The resource dictionary of the receiver form. |
getTransformedBBox | public Rectangle2D getTransformedBBox()(Code) | | Compute a box according to the PDF specification that completely
encompasses the transformed bounding box of the form.
a box according to the PDF specification that completelyencompasses the transformed bounding box of the form. |
initializeFromScratch | protected void initializeFromScratch()(Code) | | |
invalidateCaches | public void invalidateCaches()(Code) | | |
isForm | public boolean isForm()(Code) | | |
setBoundingBox | public void setBoundingBox(CDSRectangle rect)(Code) | | Set the bounding box of the receiver.
Parameters: rect - The new bounding box of the receiver. |
setMarkedContent | public void setMarkedContent(byte[] content)(Code) | | Set the new variable content of the stream.
Parameters: content - The new variable content of the stream. |
setMatrix | public void setMatrix(CDSMatrix matrix)(Code) | | Set the matrix of the receiver.
Parameters: matrix - The new matrix of the receiver. |
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)
|
|
|
|