Uses of Class
org.apache.fop.pdf.xref.TrailerDictionary
-
Packages that use TrailerDictionary Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents.org.apache.fop.pdf.xref -
-
Uses of TrailerDictionary in org.apache.fop.pdf
Methods in org.apache.fop.pdf that return TrailerDictionary Modifier and Type Method Description private TrailerDictionary
PDFDocument. createTrailerDictionary(boolean addRoot)
Methods in org.apache.fop.pdf with parameters of type TrailerDictionary Modifier and Type Method Description long
PDFDocument.CompressedTrailerOutputHelper. outputCrossReferenceObject(java.io.OutputStream stream, TrailerDictionary trailerDictionary, int first, int last, int size)
long
PDFDocument.TrailerOutputHelper. outputCrossReferenceObject(java.io.OutputStream stream, TrailerDictionary trailerDictionary, int first, int last, int size)
long
PDFDocument.UncompressedTrailerOutputHelper. outputCrossReferenceObject(java.io.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 TrailerDictionary Modifier and Type Field Description protected TrailerDictionary
CrossReferenceObject. trailerDictionary
Methods in org.apache.fop.pdf.xref that return TrailerDictionary Modifier and Type Method Description TrailerDictionary
TrailerDictionary. setEncryption(PDFEncryption encryption)
Sets the value of the Encrypt entry.TrailerDictionary
TrailerDictionary. setFileID(byte[] originalFileID, byte[] updatedFileID)
Sets the value of the ID entry.TrailerDictionary
TrailerDictionary. setInfo(PDFInfo info)
Sets the value of the Info entry.TrailerDictionary
TrailerDictionary. setRoot(PDFRoot root)
Sets the value of the Root entry.Constructors in org.apache.fop.pdf.xref with parameters of type TrailerDictionary Constructor Description CrossReferenceObject(TrailerDictionary trailerDictionary, long startxref)
CrossReferenceStream(PDFDocument document, int objectNumber, TrailerDictionary trailerDictionary, long startxref, java.util.List<java.lang.Long> uncompressedObjectReferences, java.util.List<CompressedObjectReference> compressedObjectReferences)
CrossReferenceTable(TrailerDictionary trailerDictionary, long startxref, java.util.List<java.lang.Long> location, int first, int last, int size)
-