|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPdfIndirectObject
PDF indirect object interface.
Method Summary | |
---|---|
Object |
clone(File context)
|
void |
delete()
Removes the object from its file context. |
PdfDataObject |
getDataObject()
Gets the actual data associated to the indirect reference. |
PdfIndirectObject |
getIndirectObject()
Gets the indirect object associated to the indirect reference. |
PdfReference |
getReference()
Gets the indirect reference associated to the indirect object. |
void |
setDataObject(PdfDataObject value)
|
Method Detail |
---|
Object clone(File context)
void delete()
The object is no more usable after this method returns.
PdfDataObject getDataObject()
PdfIndirectObject getIndirectObject()
PdfReference getReference()
void setDataObject(PdfDataObject value)
getDataObject()
|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |