Uses of Class
org.apache.pdfbox.cos.COSObjectKey
Packages that use COSObjectKey
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.
This is the persistence layer used to write the PDFBox documents to a stream.
-
Uses of COSObjectKey in org.apache.pdfbox.cos
Methods in org.apache.pdfbox.cos that return COSObjectKeyModifier and TypeMethodDescriptionReturns the COSObjectKey for a given COS object, or null if there is none.Methods in org.apache.pdfbox.cos that return types with arguments of type COSObjectKeyModifier and TypeMethodDescriptionCOSDocument.getXrefTable()
Returns the xrefTable which is a mapping of ObjectKeys to byte offsets in the file.Methods in org.apache.pdfbox.cos with parameters of type COSObjectKeyModifier and TypeMethodDescriptionint
COSObjectKey.compareTo
(COSObjectKey other) COSDocument.getObjectFromPool
(COSObjectKey key) This will get an object from the pool.COSDocument.removeObject
(COSObjectKey key) Removes an object from the object pool.Method parameters in org.apache.pdfbox.cos with type arguments of type COSObjectKeyModifier and TypeMethodDescriptionvoid
COSDocument.addXRefTable
(Map<COSObjectKey, Long> xrefTableValues) Populate XRef HashMap with given values. -
Uses of COSObjectKey in org.apache.pdfbox.pdfparser
Methods in org.apache.pdfbox.pdfparser that return types with arguments of type COSObjectKeyModifier and TypeMethodDescriptionXrefTrailerResolver.getXrefTable()
Gets the resolved xref table.Methods in org.apache.pdfbox.pdfparser with parameters of type COSObjectKeyModifier and TypeMethodDescriptionvoid
XrefTrailerResolver.setXRef
(COSObjectKey objKey, long offset) Populate XRef HashMap of current XRef object. -
Uses of COSObjectKey in org.apache.pdfbox.pdfwriter
Methods in org.apache.pdfbox.pdfwriter that return COSObjectKeyMethods in org.apache.pdfbox.pdfwriter that return types with arguments of type COSObjectKeyModifier and TypeMethodDescriptionCOSWriter.getObjectKeys()
This will get all available object keys.Constructors in org.apache.pdfbox.pdfwriter with parameters of type COSObjectKeyModifierConstructorDescriptionCOSWriterXRefEntry
(long start, COSBase obj, COSObjectKey keyValue) Constructor.