Uses of Interface
org.apache.pdfbox.pdfparser.xref.XReferenceEntry
Packages that use XReferenceEntry
Package
Description
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 XReferenceEntry in org.apache.pdfbox.pdfparser
Fields in org.apache.pdfbox.pdfparser with type parameters of type XReferenceEntryMethods in org.apache.pdfbox.pdfparser with parameters of type XReferenceEntryModifier and TypeMethodDescriptionvoidPDFXRefStream.addEntry(XReferenceEntry entry) Add an new entry to the XRef stream. -
Uses of XReferenceEntry in org.apache.pdfbox.pdfparser.xref
Classes in org.apache.pdfbox.pdfparser.xref that implement XReferenceEntryModifier and TypeClassDescriptionclassAn extending class represents an entry, as it can be found in a PDF's crossreference stream (PDFXRefStream).classA class representing a free reference in a PDF's crossreference stream (PDFXRefStream).classA class representing a normal reference in a PDF's crossreference stream (PDFXRefStream).classA class representing a reference to an object stream entry in a PDF's crossreference stream (PDFXRefStream).Methods in org.apache.pdfbox.pdfparser.xref with parameters of type XReferenceEntryModifier and TypeMethodDescriptionintAbstractXReference.compareTo(XReferenceEntry xReferenceEntry) Compares this object with the specified object for order. -
Uses of XReferenceEntry in org.apache.pdfbox.pdfwriter
Fields in org.apache.pdfbox.pdfwriter with type parameters of type XReferenceEntryMethods in org.apache.pdfbox.pdfwriter that return types with arguments of type XReferenceEntryModifier and TypeMethodDescriptionprotected List<XReferenceEntry> COSWriter.getXRefEntries()This will get the xref entries.Methods in org.apache.pdfbox.pdfwriter with parameters of type XReferenceEntryModifier and TypeMethodDescriptionprotected voidCOSWriter.addXRefEntry(XReferenceEntry entry) add an entry in the x ref table for later dump.private voidCOSWriter.writeXrefEntry(XReferenceEntry entry) Method parameters in org.apache.pdfbox.pdfwriter with type arguments of type XReferenceEntryModifier and TypeMethodDescriptionprotected Long[]COSWriter.getXRefRanges(List<XReferenceEntry> xRefEntriesList) check the xref entries and write out the ranges.