Package org.apache.fop.pdf.xref
Class CrossReferenceObject
- java.lang.Object
-
- org.apache.fop.pdf.xref.CrossReferenceObject
-
- Direct Known Subclasses:
CrossReferenceStream,CrossReferenceTable
public abstract class CrossReferenceObject extends java.lang.ObjectA representation of the cross-reference data to be output at the end of a PDF file.
-
-
Field Summary
Fields Modifier and Type Field Description protected longstartxrefprotected TrailerDictionarytrailerDictionary
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidoutput(java.io.OutputStream stream)Writes the cross reference data to a PDF stream
-
-
-
Field Detail
-
trailerDictionary
protected final TrailerDictionary trailerDictionary
-
startxref
protected final long startxref
-
-