PDF Clown
0.1.2

org.pdfclown.objects
Interface IPdfIndirectObject

All Known Implementing Classes:
PdfIndirectObject, PdfReference

public interface IPdfIndirectObject

PDF indirect object interface.

Version:
0.1.0
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

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

clone

Object clone(File context)

delete

void delete()
Removes the object from its file context.

Remarks

The object is no more usable after this method returns.


getDataObject

PdfDataObject getDataObject()
Gets the actual data associated to the indirect reference.


getIndirectObject

PdfIndirectObject getIndirectObject()
Gets the indirect object associated to the indirect reference.


getReference

PdfReference getReference()
Gets the indirect reference associated to the indirect object.


setDataObject

void setDataObject(PdfDataObject value)
Since:
0.0.7
See Also:
getDataObject()

PDF Clown
0.1.2

Project home page

Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.