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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
outputCrossReferenceObject(java.io.OutputStream stream, TrailerDictionary trailerDictionary, int first, int last, int size)
void
outputStructureTreeElements(java.io.OutputStream stream)
-
-
-
Method Detail
-
outputStructureTreeElements
void outputStructureTreeElements(java.io.OutputStream stream) throws java.io.IOException
- Throws:
java.io.IOException
-
outputCrossReferenceObject
long outputCrossReferenceObject(java.io.OutputStream stream, TrailerDictionary trailerDictionary, int first, int last, int size) throws java.io.IOException
- Returns:
- the offset of the cross-reference object (the value of startxref)
- Throws:
java.io.IOException
-
-