|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use COSObjectKey | |
|---|---|
| org.apache.pdfbox.cos | These are the low level objects that make up a PDF document. |
| org.apache.pdfbox.pdfwriter | 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 types with arguments of type COSObjectKey | |
|---|---|
Map<COSObjectKey,Integer> |
COSDocument.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 COSObjectKey | |
|---|---|
COSObject |
COSDocument.getObjectFromPool(COSObjectKey key)
This will get an object from the pool. |
void |
COSDocument.setXRef(COSObjectKey objKey,
int offset)
Used to populate the XRef HashMap. |
| Uses of COSObjectKey in org.apache.pdfbox.pdfwriter |
|---|
| Methods in org.apache.pdfbox.pdfwriter that return COSObjectKey | |
|---|---|
COSObjectKey |
COSWriterXRefEntry.getKey()
This will get the Object key. |
| Constructors in org.apache.pdfbox.pdfwriter with parameters of type COSObjectKey | |
|---|---|
COSWriterXRefEntry(long start,
COSBase obj,
COSObjectKey keyValue)
COSWriterXRefEntry constructor comment. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||