Package org.apache.fop.pdf
Interface PDFDocument.TrailerOutputHelper
- All Known Implementing Classes:
PDFDocument.CompressedTrailerOutputHelper
,PDFDocument.UncompressedTrailerOutputHelper
- Enclosing class:
PDFDocument
private static interface PDFDocument.TrailerOutputHelper
-
Method Summary
Modifier and TypeMethodDescriptionlong
outputCrossReferenceObject
(OutputStream stream, TrailerDictionary trailerDictionary, int first, int last, int size) void
-
Method Details
-
outputStructureTreeElements
- Throws:
IOException
-
outputCrossReferenceObject
long outputCrossReferenceObject(OutputStream stream, TrailerDictionary trailerDictionary, int first, int last, int size) throws IOException - Returns:
- the offset of the cross-reference object (the value of startxref)
- Throws:
IOException
-