|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use COSObjectKey | |
org.pdfbox.cos | These are the low level objects that make up a PDF document. |
org.pdfbox.pdfwriter | This is the persistence layer used to write the PDFBox documents to a stream. |
Uses of COSObjectKey in org.pdfbox.cos |
Methods in org.pdfbox.cos with parameters of type COSObjectKey | |
COSObject |
COSDocument.getObjectFromPool(COSObjectKey key)
This will get an object from the pool. |
Uses of COSObjectKey in org.pdfbox.pdfwriter |
Methods in org.pdfbox.pdfwriter that return COSObjectKey | |
COSObjectKey |
COSWriterXRefEntry.getKey()
This will get the Object key. |
Constructors in org.pdfbox.pdfwriter with parameters of type COSObjectKey | |
COSWriterXRefEntry(long start,
COSBase obj,
COSObjectKey keyValue)
COSWriterXRefEntry constructor comment. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |