Package | Description |
---|---|
org.apache.fop.pdf.xref |
Modifier and Type | Field and Description |
---|---|
protected TrailerDictionary |
CrossReferenceObject.trailerDictionary |
Modifier and Type | Method and 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 and Description |
---|
CrossReferenceStream(PDFDocument document,
int objectNumber,
TrailerDictionary trailerDictionary,
long startxref,
List<Long> uncompressedObjectReferences,
List<CompressedObjectReference> compressedObjectReferences) |
CrossReferenceStream(PDFDocument document,
TrailerDictionary trailerDictionary,
long startxref,
List<Long> uncompressedObjectReferences,
List<CompressedObjectReference> compressedObjectReferences) |
CrossReferenceTable(TrailerDictionary trailerDictionary,
long startxref,
List<Long> location,
int first,
int last,
int size) |
Copyright © 2025 Apache Software Foundation. All rights reserved.