fop 2.2

Uses of Class
org.apache.fop.pdf.xref.TrailerDictionary

Packages that use TrailerDictionary
org.apache.fop.pdf.xref   
 

Uses of TrailerDictionary in org.apache.fop.pdf.xref
 

Fields in org.apache.fop.pdf.xref declared as TrailerDictionary
protected  TrailerDictionary CrossReferenceObject.trailerDictionary
           
 

Methods in org.apache.fop.pdf.xref that return TrailerDictionary
 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
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)
           
 


fop 2.2

Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.