intarsys PDF library API

Uses of Class
de.intarsys.pdf.cos.COSIndirectObject

Packages that use COSIndirectObject
de.intarsys.pdf.cos This package implements the low level document and its datatypes according to the pdf specification. 
de.intarsys.pdf.st The storage level semantics of a PDF document. 
de.intarsys.pdf.writer Serializing a PDF document. 
 

Uses of COSIndirectObject in de.intarsys.pdf.cos
 

Methods in de.intarsys.pdf.cos that return COSIndirectObject
 COSIndirectObject COSObject.beIndirect()
          Make an indirect object out of a direct one.
static COSIndirectObject COSIndirectObject.create(COSObject object)
          Create an indirection for object.
static COSIndirectObject COSIndirectObject.create(STDocument stDoc, COSObjectKey key)
           
 COSIndirectObject COSObject.getIndirectObject()
          return the indirect object for the receiver. application level programmers should not use this method. this is needed for creating a physical representation of the document (serializing)
 COSIndirectObject ICOSContainer.referenceIndirect(COSObject object)
          Switch a contained object to an indirect one.
 COSIndirectObject COSIndirectObject.referenceIndirect(COSObject pObject)
           
 COSIndirectObject COSDocument.referenceIndirect(COSObject object)
          This method should not be used by the application programmer.
 COSIndirectObject COSDictionary.referenceIndirect(COSObject object)
           
 COSIndirectObject COSCompositeObject.referenceIndirect(COSObject object)
          Change the reference to the object contained in this to an indirect one via reference.
 COSIndirectObject COSArray.referenceIndirect(COSObject object)
           
 

Methods in de.intarsys.pdf.cos with parameters of type COSIndirectObject
 Object ICOSObjectVisitor.visitFromIndirectObject(COSIndirectObject indirect)
          Notification of visit to COSIndirectObject object.
 Object COSObjectWalkerShallow.visitFromIndirectObject(COSIndirectObject io)
           
 Object COSObjectWalkerDeep.visitFromIndirectObject(COSIndirectObject io)
           
 

Uses of COSIndirectObject in de.intarsys.pdf.st
 

Methods in de.intarsys.pdf.st that return COSIndirectObject
 COSIndirectObject STDocument.getObjectReference(COSObjectKey key)
          The indirect object with object number objNum and generation number genNum is looked up in the document.
 

Methods in de.intarsys.pdf.st with parameters of type COSIndirectObject
 void STDocument.addChangedReference(COSIndirectObject object)
          Mark object as changed within this document.
 void STDocument.addObjectReference(COSIndirectObject newRef)
          Add another indirect object to the document.
 COSObject STDocument.load(COSIndirectObject ref)
          Load a COSObject from the documents data.
 

Uses of COSIndirectObject in de.intarsys.pdf.writer
 

Methods in de.intarsys.pdf.writer with parameters of type COSIndirectObject
 Object COSWriter.visitFromIndirectObject(COSIndirectObject obj)
          This will write an indirect object reference
 void COSWriter.writeIndirectObject(COSIndirectObject object)
           
 


intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.