public class TrailerDictionary
extends java.lang.Object
Constructor and Description |
---|
TrailerDictionary(PDFDocument pdfDocument) |
Modifier and Type | Method and Description |
---|---|
TrailerDictionary |
setEncryption(PDFEncryption encryption)
Sets the value of the Encrypt entry.
|
TrailerDictionary |
setFileID(byte[] originalFileID,
byte[] updatedFileID)
Sets the value of the ID entry.
|
TrailerDictionary |
setInfo(PDFInfo info)
Sets the value of the Info entry.
|
TrailerDictionary |
setRoot(PDFRoot root)
Sets the value of the Root entry.
|
public TrailerDictionary(PDFDocument pdfDocument)
public TrailerDictionary setRoot(PDFRoot root)
public TrailerDictionary setInfo(PDFInfo info)
public TrailerDictionary setEncryption(PDFEncryption encryption)
public TrailerDictionary setFileID(byte[] originalFileID, byte[] updatedFileID)
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.