Uses of Class
org.apache.fop.pdf.xref.TrailerDictionary
Packages that use TrailerDictionary
Package
Description
Classes for handling the low-level creation of PDF documents.
-
Uses of TrailerDictionary in org.apache.fop.pdf
Methods in org.apache.fop.pdf that return TrailerDictionaryModifier and TypeMethodDescriptionprivate TrailerDictionary
PDFDocument.createTrailerDictionary
(boolean addRoot) Methods in org.apache.fop.pdf with parameters of type TrailerDictionaryModifier and TypeMethodDescriptionlong
PDFDocument.CompressedTrailerOutputHelper.outputCrossReferenceObject
(OutputStream stream, TrailerDictionary trailerDictionary, int first, int last, int size) long
PDFDocument.TrailerOutputHelper.outputCrossReferenceObject
(OutputStream stream, TrailerDictionary trailerDictionary, int first, int last, int size) long
PDFDocument.UncompressedTrailerOutputHelper.outputCrossReferenceObject
(OutputStream stream, TrailerDictionary trailerDictionary, int first, int last, int size) -
Uses of TrailerDictionary in org.apache.fop.pdf.xref
Fields in org.apache.fop.pdf.xref declared as TrailerDictionaryModifier and TypeFieldDescriptionprotected final TrailerDictionary
CrossReferenceObject.trailerDictionary
Methods in org.apache.fop.pdf.xref that return TrailerDictionaryModifier and TypeMethodDescriptionTrailerDictionary.setEncryption
(PDFEncryption encryption) Sets the value of the Encrypt entry.TrailerDictionary.setFileID
(byte[] originalFileID, byte[] updatedFileID) Sets the value of the ID entry.Sets the value of the Info entry.Sets the value of the Root entry.Constructors in org.apache.fop.pdf.xref with parameters of type TrailerDictionaryModifierConstructorDescription(package private)
CrossReferenceObject
(TrailerDictionary trailerDictionary, long startxref) CrossReferenceStream
(PDFDocument document, int objectNumber, TrailerDictionary trailerDictionary, long startxref, List<Long> uncompressedObjectReferences, List<CompressedObjectReference> compressedObjectReferences) CrossReferenceTable
(TrailerDictionary trailerDictionary, long startxref, List<Long> location, int first, int last, int size)