Uses of Class
org.apache.pdfbox.cos.COSObject
Packages that use COSObject
Package
Description
These are the low level objects that make up a PDF document.
The pdfparser package contains classes to parse PDF documents and objects within the document.
These are utilities used by the persistence layer.
-
Uses of COSObject in org.apache.pdfbox.cos
Methods in org.apache.pdfbox.cos that return COSObjectModifier and TypeMethodDescriptionCOSDocument.getCatalog()
This will get the document catalog.COSDocument.getObjectByType
(String type) Deprecated.COSDocument.getObjectByType
(COSName type) This will get the first dictionary object by type.COSDocument.getObjectFromPool
(COSObjectKey key) This will get an object from the pool.COSDocument.removeObject
(COSObjectKey key) Removes an object from the object pool.Methods in org.apache.pdfbox.cos that return types with arguments of type COSObjectModifier and TypeMethodDescriptionCOSDocument.getObjects()
This will get a list of all available objects.COSDocument.getObjectsByType
(String type) This will get all dictionary objects by type.COSDocument.getObjectsByType
(COSName type) This will get a dictionary object by type. -
Uses of COSObject in org.apache.pdfbox.pdfparser
Methods in org.apache.pdfbox.pdfparser that return COSObjectModifier and TypeMethodDescriptionPDFXRef.getObject
(int objectNumber) Returns the object referenced by the given object number.PDFXRefStream.getObject
(int objectNumber) Returns the object referenced by the given object number.Methods in org.apache.pdfbox.pdfparser that return types with arguments of type COSObjectModifier and TypeMethodDescriptionPDFObjectStreamParser.getObjects()
This will get the objects that were parsed from the stream.Methods in org.apache.pdfbox.pdfparser with parameters of type COSObjectModifier and TypeMethodDescriptionprotected final COSBase
NonSequentialPDFParser.parseObjectDynamically
(COSObject obj, boolean requireExistingNotCompressedObj) This will parse the next object from the stream and add it to the local state. -
Uses of COSObject in org.apache.pdfbox.persistence.util
Constructors in org.apache.pdfbox.persistence.util with parameters of type COSObject
COSDocument.getObjectByType(COSName)
instead