Uses of Class
org.apache.pdfbox.cos.COSObject
-
Packages that use COSObject Package Description org.apache.pdfbox.cos These are the low level objects that make up a PDF document.org.apache.pdfbox.debugger.ui org.apache.pdfbox.pdfparser The pdfparser package contains classes to parse PDF documents and objects within the document.org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.org.apache.pdfbox.pdmodel.graphics.color This package deals with colors that are stored in a PDF document.org.apache.pdfbox.preflight.process org.apache.pdfbox.tools -
-
Uses of COSObject in org.apache.pdfbox.cos
Fields in org.apache.pdfbox.cos with type parameters of type COSObject Modifier and Type Field Description private java.util.Map<COSObjectKey,COSObject>COSDocument. objectPoolMaps ObjectKeys to a COSObject.private java.util.Set<COSObject>COSIncrement. processedObjectsContains allCOSObjects, that have already been processed by thisCOSIncrementand shall not be processed again.Methods in org.apache.pdfbox.cos that return COSObject Modifier and Type Method Description COSObjectCOSDictionary. getCOSObject(COSName key)This is a convenience method that will get the dictionary object that is expected to be a COSObject.COSObjectCOSDocument. getObjectFromPool(COSObjectKey key)This will get an object from the pool.Methods in org.apache.pdfbox.cos that return types with arguments of type COSObject Modifier and Type Method Description private java.util.List<COSObject>COSDocument. getObjectsByType(java.util.List<COSObjectKey> keys, COSName type1, COSName type2)java.util.List<COSObject>COSDocument. getObjectsByType(COSName type)This will get all dictionaries objects by type.java.util.List<COSObject>COSDocument. getObjectsByType(COSName type1, COSName type2)This will get all dictionaries objects by type.Methods in org.apache.pdfbox.cos with parameters of type COSObject Modifier and Type Method Description private voidCOSIncrement. addProcessedObject(COSObject base)The givenCOSObjecthas been processed, or is being processed.private booleanCOSIncrement. collect(COSObject object)Collect all updates made to the givenCOSObjectand it's contained structures.COSBaseICOSParser. 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 COSObject Modifier and Type Field Description private COSObjectXrefEntry. cosObjectMethods in org.apache.pdfbox.debugger.ui that return COSObject Modifier and Type Method Description COSObjectXrefEntry. getCOSObject()Constructors in org.apache.pdfbox.debugger.ui with parameters of type COSObject Constructor Description XrefEntry(int index, COSObjectKey key, long offset, COSObject cosObject) -
Uses of COSObject in org.apache.pdfbox.pdfparser
Methods in org.apache.pdfbox.pdfparser that return COSObject Modifier and Type Method Description private COSObjectBruteForceParser. compareCOSObjects(COSObject newObject, java.lang.Long newOffset, COSObject currentObject)Methods in org.apache.pdfbox.pdfparser with parameters of type COSObject Modifier and Type Method Description private COSObjectBruteForceParser. compareCOSObjects(COSObject newObject, java.lang.Long newOffset, COSObject currentObject)COSBaseCOSParser. dereferenceCOSObject(COSObject obj)Method parameters in org.apache.pdfbox.pdfparser with type arguments of type COSObject Modifier and Type Method Description private intCOSParser. checkPagesDictionary(COSDictionary pagesDict, java.util.Set<COSObject> set) -
Uses of COSObject in org.apache.pdfbox.pdmodel
Fields in org.apache.pdfbox.pdmodel with type parameters of type COSObject Modifier and Type Field Description private java.util.Map<COSObject,java.lang.ref.SoftReference<PDColorSpace>>DefaultResourceCache. colorSpacesprivate java.util.Map<COSObject,java.lang.ref.SoftReference<PDExtendedGraphicsState>>DefaultResourceCache. extGStatesprivate java.util.Map<COSObject,java.lang.ref.SoftReference<PDFont>>DefaultResourceCache. fontsprivate java.util.Map<COSObject,java.lang.ref.SoftReference<PDAbstractPattern>>DefaultResourceCache. patternsprivate java.util.Map<COSObject,java.lang.ref.SoftReference<PDPropertyList>>DefaultResourceCache. propertiesprivate java.util.Map<COSObject,java.lang.ref.SoftReference<PDShading>>DefaultResourceCache. shadingsprivate java.util.Map<COSObject,java.lang.ref.SoftReference<PDXObject>>DefaultResourceCache. xobjectsMethods in org.apache.pdfbox.pdmodel that return COSObject Modifier and Type Method Description private 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 COSObject Modifier and Type Method Description private java.util.List<COSObject>PDPage. getIndirectResourceObjects(COSDictionary pageResources, COSName kind)Methods in org.apache.pdfbox.pdmodel with parameters of type COSObject Modifier and Type Method Description PDColorSpaceDefaultResourceCache. getColorSpace(COSObject indirect)PDColorSpaceResourceCache. getColorSpace(COSObject indirect)Returns the color space resource for the given indirect object, if it is in the cache.PDExtendedGraphicsStateDefaultResourceCache. getExtGState(COSObject indirect)PDExtendedGraphicsStateResourceCache. getExtGState(COSObject indirect)Returns the extended graphics state resource for the given indirect object, if it is in the cache.PDFontDefaultResourceCache. getFont(COSObject indirect)PDFontResourceCache. getFont(COSObject indirect)Returns the font resource for the given indirect object, if it is in the cache.PDAbstractPatternDefaultResourceCache. getPattern(COSObject indirect)PDAbstractPatternResourceCache. getPattern(COSObject indirect)Returns the pattern resource for the given indirect object, if it is in the cache.PDPropertyListDefaultResourceCache. getProperties(COSObject indirect)PDPropertyListResourceCache. getProperties(COSObject indirect)Returns the property list resource for the given indirect object, if it is in the cache.PDShadingDefaultResourceCache. getShading(COSObject indirect)PDShadingResourceCache. getShading(COSObject indirect)Returns the shading resource for the given indirect object, if it is in the cache.PDXObjectDefaultResourceCache. getXObject(COSObject indirect)PDXObjectResourceCache. getXObject(COSObject indirect)Returns the XObject resource for the given indirect object, if it is in the cache.voidDefaultResourceCache. put(COSObject indirect, PDPropertyList propertyList)voidDefaultResourceCache. put(COSObject indirect, PDFont font)voidDefaultResourceCache. put(COSObject indirect, PDColorSpace colorSpace)voidDefaultResourceCache. put(COSObject indirect, PDAbstractPattern pattern)voidDefaultResourceCache. put(COSObject indirect, PDXObject xobject)voidDefaultResourceCache. put(COSObject indirect, PDShading shading)voidDefaultResourceCache. put(COSObject indirect, PDExtendedGraphicsState extGState)voidResourceCache. put(COSObject indirect, PDPropertyList propertyList)Puts the given indirect property list resource in the cache.voidResourceCache. put(COSObject indirect, PDFont font)Puts 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.voidResourceCache. put(COSObject indirect, PDXObject xobject)Puts the given indirect XObject resource in the cache.voidResourceCache. put(COSObject indirect, PDShading shading)Puts 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.PDColorSpaceDefaultResourceCache. removeColorSpace(COSObject indirect)default PDColorSpaceResourceCache. removeColorSpace(COSObject indirect)Removes the given indirect color space resource from the cache.PDExtendedGraphicsStateDefaultResourceCache. removeExtState(COSObject indirect)default PDExtendedGraphicsStateResourceCache. removeExtState(COSObject indirect)Removes the given indirect extended graphics state resource from the cache.PDFontDefaultResourceCache. removeFont(COSObject indirect)default PDFontResourceCache. removeFont(COSObject indirect)Removes the given indirect font resource from the cache.PDAbstractPatternDefaultResourceCache. removePattern(COSObject indirect)default PDAbstractPatternResourceCache. removePattern(COSObject indirect)Removes the given indirect pattern resource from the cache.PDPropertyListDefaultResourceCache. removeProperties(COSObject indirect)default PDPropertyListResourceCache. removeProperties(COSObject indirect)Removes the given indirect property list resource from the cache.PDShadingDefaultResourceCache. removeShading(COSObject indirect)default PDShadingResourceCache. removeShading(COSObject indirect)Removes the given indirect shading resource from the cache.PDXObjectDefaultResourceCache. 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 COSObject Modifier and Type Method Description private 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 COSObject Modifier and Type Method Description private 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 COSObject Modifier and Type Method Description protected 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 COSObject Modifier and Type Method Description private voidWriteDecodedDoc. processObject(COSObject cosObject, boolean skipImages)
-