Package | Description |
---|---|
org.apache.fop.pdf.xref |
Modifier and Type | Field | Description |
---|---|---|
protected TrailerDictionary |
CrossReferenceObject.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.
|
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) |
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.