Uses of Class
org.apache.fop.pdf.xref.TrailerDictionary
-
Packages that use TrailerDictionary Package Description org.apache.fop.pdf.xref -
-
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 TrailerDictionaryCrossReferenceObject. trailerDictionaryMethods in org.apache.fop.pdf.xref that return TrailerDictionary Modifier and Type Method Description TrailerDictionaryTrailerDictionary. setEncryption(PDFEncryption encryption)Sets the value of the Encrypt entry.TrailerDictionaryTrailerDictionary. setFileID(byte[] originalFileID, byte[] updatedFileID)Sets the value of the ID entry.TrailerDictionaryTrailerDictionary. setInfo(PDFInfo info)Sets the value of the Info entry.TrailerDictionaryTrailerDictionary. setRoot(PDFRoot root)Sets the value of the Root entry.Constructors in org.apache.fop.pdf.xref with parameters of type TrailerDictionary Constructor Description 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)
-