| Package | Description |
|---|---|
| org.apache.pdfbox.pdfparser |
The pdfparser package contains classes to parse PDF documents and objects within the document.
|
| org.apache.pdfbox.pdfparser.xref | |
| org.apache.pdfbox.pdfwriter |
This is the persistence layer used to write the PDFBox documents to a stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDFXRefStream.addEntry(XReferenceEntry entry)
Add an new entry to the XRef stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractXReference
An extending class represents an entry, as it can be found in a PDF's crossreference stream (
PDFXRefStream). |
class |
FreeXReference
A class representing a free reference in a PDF's crossreference stream (
PDFXRefStream). |
class |
NormalXReference
A class representing a normal reference in a PDF's crossreference stream (
PDFXRefStream). |
class |
ObjectStreamXReference
A class representing a reference to an object stream entry in a PDF's crossreference stream (
PDFXRefStream). |
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractXReference.compareTo(XReferenceEntry xReferenceEntry)
Compares this object with the specified object for order.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<XReferenceEntry> |
COSWriter.getXRefEntries()
This will get the xref entries.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
COSWriter.addXRefEntry(XReferenceEntry entry)
add an entry in the x ref table for later dump.
|
| Modifier and Type | Method and Description |
|---|---|
protected Long[] |
COSWriter.getXRefRanges(List<XReferenceEntry> xRefEntriesList)
check the xref entries and write out the ranges.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.