Class CrossReferenceTable

java.lang.Object
org.apache.fop.pdf.xref.CrossReferenceObject
org.apache.fop.pdf.xref.CrossReferenceTable

public class CrossReferenceTable extends CrossReferenceObject
A cross-reference table, as described in Section 3.4.3 of the PDF 1.5 Reference.
  • Field Details

    • objectReferences

      private final List<Long> objectReferences
    • pdf

      private final StringBuilder pdf
    • last

      private int last
    • first

      private int first
    • size

      private int size
  • Constructor Details

    • CrossReferenceTable

      public CrossReferenceTable(TrailerDictionary trailerDictionary, long startxref, List<Long> location, int first, int last, int size)
  • Method Details