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.
The PDModel package represents a high level API for creating and manipulating PDF documents.
This package deals with colors that are stored in a PDF document.
-
Uses of COSObject in org.apache.pdfbox.cos
Fields in org.apache.pdfbox.cos with type parameters of type COSObjectModifier and TypeFieldDescriptionprivate final Map<COSObjectKey, COSObject> COSDocument.objectPoolMaps ObjectKeys to a COSObject.COSIncrement.processedObjectsContains allCOSObjects, that have already been processed by thisCOSIncrementand shall not be processed again.Methods in org.apache.pdfbox.cos that return COSObjectModifier and TypeMethodDescriptionCOSDictionary.getCOSObject(COSName key) This is a convenience method that will get the dictionary object that is expected to be a COSObject.COSDocument.getObjectFromPool(COSObjectKey key) This will get an object from the pool.Methods in org.apache.pdfbox.cos that return types with arguments of type COSObjectModifier and TypeMethodDescriptionCOSDocument.getObjectsByType(List<COSObjectKey> keys, COSName type1, COSName type2) COSDocument.getObjectsByType(COSName type) This will get all dictionaries objects by type.COSDocument.getObjectsByType(COSName type1, COSName type2) This will get all dictionaries objects by type.Methods in org.apache.pdfbox.cos with parameters of type COSObjectModifier and TypeMethodDescriptionprivate voidCOSIncrement.addProcessedObject(COSObject base) The givenCOSObjecthas been processed, or is being processed.private booleanCollect all updates made to the givenCOSObjectand it's contained structures.ICOSParser.dereferenceCOSObject(COSObject obj) Dereference the COSBase object which is referenced by the given COSObject.default voidICOSVisitor.visitFromObject(COSObject obj) Notification of visit to object. -
Uses of COSObject in org.apache.pdfbox.debugger.ui
Fields in org.apache.pdfbox.debugger.ui declared as COSObjectMethods in org.apache.pdfbox.debugger.ui that return COSObjectConstructors in org.apache.pdfbox.debugger.ui with parameters of type COSObjectModifierConstructorDescriptionXrefEntry(int index, COSObjectKey key, long offset, COSObject cosObject) -
Uses of COSObject in org.apache.pdfbox.pdfparser
Methods in org.apache.pdfbox.pdfparser that return COSObjectModifier and TypeMethodDescriptionprivate COSObjectBruteForceParser.compareCOSObjects(COSObject newObject, Long newOffset, COSObject currentObject) Methods in org.apache.pdfbox.pdfparser with parameters of type COSObjectModifier and TypeMethodDescriptionprivate COSObjectBruteForceParser.compareCOSObjects(COSObject newObject, Long newOffset, COSObject currentObject) COSParser.dereferenceCOSObject(COSObject obj) Method parameters in org.apache.pdfbox.pdfparser with type arguments of type COSObjectModifier and TypeMethodDescriptionprivate intCOSParser.checkPagesDictionary(COSDictionary pagesDict, Set<COSObject> set) -
Uses of COSObject in org.apache.pdfbox.pdmodel
Fields in org.apache.pdfbox.pdmodel with type parameters of type COSObjectModifier and TypeFieldDescriptionprivate final Map<COSObject, SoftReference<PDColorSpace>> DefaultResourceCache.colorSpacesprivate final Map<COSObject, SoftReference<PDExtendedGraphicsState>> DefaultResourceCache.extGStatesprivate final Map<COSObject, SoftReference<PDFont>> DefaultResourceCache.fontsprivate final Map<COSObject, SoftReference<PDAbstractPattern>> DefaultResourceCache.patternsprivate final Map<COSObject, SoftReference<PDPropertyList>> DefaultResourceCache.propertiesprivate final Map<COSObject, SoftReference<PDShading>> DefaultResourceCache.shadingsprivate final Map<COSObject, SoftReference<PDXObject>> DefaultResourceCache.xobjectsMethods in org.apache.pdfbox.pdmodel that return COSObjectModifier and TypeMethodDescriptionprivate COSObjectPDResources.getIndirect(COSName kind, COSName name) Returns the resource with the given name and kind as an indirect object, or null.Methods in org.apache.pdfbox.pdmodel that return types with arguments of type COSObjectModifier and TypeMethodDescriptionPDPage.getIndirectResourceObjects(COSDictionary pageResources, COSName kind) Methods in org.apache.pdfbox.pdmodel with parameters of type COSObjectModifier and TypeMethodDescriptionDefaultResourceCache.getColorSpace(COSObject indirect) ResourceCache.getColorSpace(COSObject indirect) Returns the color space resource for the given indirect object, if it is in the cache.DefaultResourceCache.getExtGState(COSObject indirect) ResourceCache.getExtGState(COSObject indirect) Returns the extended graphics state resource for the given indirect object, if it is in the cache.Returns the font resource for the given indirect object, if it is in the cache.DefaultResourceCache.getPattern(COSObject indirect) ResourceCache.getPattern(COSObject indirect) Returns the pattern resource for the given indirect object, if it is in the cache.DefaultResourceCache.getProperties(COSObject indirect) ResourceCache.getProperties(COSObject indirect) Returns the property list resource for the given indirect object, if it is in the cache.DefaultResourceCache.getShading(COSObject indirect) ResourceCache.getShading(COSObject indirect) Returns the shading resource for the given indirect object, if it is in the cache.DefaultResourceCache.getXObject(COSObject indirect) ResourceCache.getXObject(COSObject indirect) Returns the XObject resource for the given indirect object, if it is in the cache.voidDefaultResourceCache.put(COSObject indirect, PDPropertyList propertyList) voidvoidDefaultResourceCache.put(COSObject indirect, PDColorSpace colorSpace) voidDefaultResourceCache.put(COSObject indirect, PDAbstractPattern pattern) voidvoidvoidDefaultResourceCache.put(COSObject indirect, PDExtendedGraphicsState extGState) voidResourceCache.put(COSObject indirect, PDPropertyList propertyList) Puts the given indirect property list resource in the cache.voidPuts the given indirect font resource in the cache.voidResourceCache.put(COSObject indirect, PDColorSpace colorSpace) Puts the given indirect color space resource in the cache.voidResourceCache.put(COSObject indirect, PDAbstractPattern pattern) Puts the given indirect pattern resource in the cache.voidPuts the given indirect XObject resource in the cache.voidPuts the given indirect shading resource in the cache.voidResourceCache.put(COSObject indirect, PDExtendedGraphicsState extGState) Puts the given indirect extended graphics state resource in the cache.DefaultResourceCache.removeColorSpace(COSObject indirect) default PDColorSpaceResourceCache.removeColorSpace(COSObject indirect) Removes the given indirect color space resource from the cache.DefaultResourceCache.removeExtState(COSObject indirect) default PDExtendedGraphicsStateResourceCache.removeExtState(COSObject indirect) Removes the given indirect extended graphics state resource from the cache.DefaultResourceCache.removeFont(COSObject indirect) default PDFontResourceCache.removeFont(COSObject indirect) Removes the given indirect font resource from the cache.DefaultResourceCache.removePattern(COSObject indirect) default PDAbstractPatternResourceCache.removePattern(COSObject indirect) Removes the given indirect pattern resource from the cache.DefaultResourceCache.removeProperties(COSObject indirect) default PDPropertyListResourceCache.removeProperties(COSObject indirect) Removes the given indirect property list resource from the cache.DefaultResourceCache.removeShading(COSObject indirect) default PDShadingResourceCache.removeShading(COSObject indirect) Removes the given indirect shading resource from the cache.DefaultResourceCache.removeXObject(COSObject indirect) default PDXObjectResourceCache.removeXObject(COSObject indirect) Removes the given indirect XObject resource from the cache. -
Uses of COSObject in org.apache.pdfbox.pdmodel.graphics.color
Methods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type COSObjectModifier and TypeMethodDescriptionprivate static PDColorSpacePDColorSpace.createFromCOSObject(COSObject colorSpace, PDResources resources) -
Uses of COSObject in org.apache.pdfbox.preflight.process
Methods in org.apache.pdfbox.preflight.process that return COSObjectModifier and TypeMethodDescriptionprivate COSObjectBookmarkValidationProcess.toCOSObject(COSBase base) Returns a COSBase as a COSObject or null if null or COSNull.Methods in org.apache.pdfbox.preflight.process with parameters of type COSObjectModifier and TypeMethodDescriptionprotected booleanBookmarkValidationProcess.exploreOutlineLevel(PreflightContext ctx, PDOutlineItem inputItem, COSObject firstObj, COSObject lastObj) This method explores the Outline Item Level and calls a validation method on each Outline Item. -
Uses of COSObject in org.apache.pdfbox.tools
Methods in org.apache.pdfbox.tools with parameters of type COSObjectModifier and TypeMethodDescriptionprivate voidWriteDecodedDoc.processObject(COSObject cosObject, boolean skipImages)