Uses of Class
org.pdfbox.cos.COSObject

Packages that use COSObject
org.pdfbox.cos These are the low level objects that make up a PDF document.  
org.pdfbox.persistence.util These are utilities used by the persistence layer. 
 

Uses of COSObject in org.pdfbox.cos
 

Methods in org.pdfbox.cos that return COSObject
 COSObject COSDocument.getObjectByType(String type)
          This will get the first dictionary object by type.
 COSObject COSDocument.getObjectByType(COSName type)
          This will get the first dictionary object by type.
 COSObject COSDocument.getCatalog()
          This will get the document catalog.
 COSObject COSDocument.addObject(COSObject obj)
          This will add an object to this document.
 COSObject COSDocument.getObjectFromPool(COSObjectKey key)
          This will get an object from the pool.
 

Methods in org.pdfbox.cos with parameters of type COSObject
 COSObject COSDocument.addObject(COSObject obj)
          This will add an object to this document.
 

Uses of COSObject in org.pdfbox.persistence.util
 

Constructors in org.pdfbox.persistence.util with parameters of type COSObject
COSObjectKey(COSObject object)
          PDFObjectKey constructor comment.