Uses of Interface
org.apache.pdfbox.pdfparser.xref.XReferenceEntry
-
Packages that use XReferenceEntry 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. -
-
Uses of XReferenceEntry in org.apache.pdfbox.pdfparser
Fields in org.apache.pdfbox.pdfparser with type parameters of type XReferenceEntry Modifier and Type Field Description private java.util.List<XReferenceEntry>PDFXRefStream. streamDataMethods in org.apache.pdfbox.pdfparser with parameters of type XReferenceEntry Modifier and Type Method Description voidPDFXRefStream. 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 XReferenceEntry Modifier and Type Class Description classAbstractXReferenceAn extending class represents an entry, as it can be found in a PDF's crossreference stream (PDFXRefStream).classFreeXReferenceA class representing a free reference in a PDF's crossreference stream (PDFXRefStream).classNormalXReferenceA class representing a normal reference in a PDF's crossreference stream (PDFXRefStream).classObjectStreamXReferenceA 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 XReferenceEntry Modifier and Type Method Description intAbstractXReference. 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 XReferenceEntry Modifier and Type Field Description private java.util.List<XReferenceEntry>COSWriter. xRefEntriesMethods in org.apache.pdfbox.pdfwriter that return types with arguments of type XReferenceEntry Modifier and Type Method Description protected java.util.List<XReferenceEntry>COSWriter. getXRefEntries()This will get the xref entries.Methods in org.apache.pdfbox.pdfwriter with parameters of type XReferenceEntry Modifier and Type Method Description protected 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 XReferenceEntry Modifier and Type Method Description protected java.lang.Long[]COSWriter. getXRefRanges(java.util.List<XReferenceEntry> xRefEntriesList)check the xref entries and write out the ranges.
-